Implementação do Arch Panel no FuseWelcome

This commit is contained in:
Paulo Porto
2026-05-04 13:56:27 -03:00
parent 551854ee14
commit 577d183e48
4 changed files with 1489 additions and 66 deletions

View File

@@ -1,16 +1,19 @@
{
"manifest_version": 3,
"name": "Arch Panel Injector",
"version": "1.0.73",
"version": "1.0.105",
"description": "Insere o botao Arch panel no header do Oracle Workload Workbench.",
"permissions": [
"cookies",
"declarativeNetRequestWithHostAccess",
"scripting",
"tabs"
],
"host_permissions": [
"https://comcipapic-oalprod.integration.ocp.oraclecloud.com/*",
"https://spa.oracle.com/*"
"https://eeho.fa.us2.oraclecloud.com/*",
"https://spa.oracle.com/*",
"https://worklist.oracle.com/*"
],
"background": {
"service_worker": "background.js"
@@ -20,6 +23,18 @@
"matches": [
"https://spa.oracle.com/oalcrm/web/api/g2m-consumer-application/ui/index.html*"
],
"js": [
"page-bridge.js"
],
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
},
{
"matches": [
"https://spa.oracle.com/oalcrm/web/api/g2m-consumer-application/ui/index.html*",
"https://eeho.fa.us2.oraclecloud.com/hcmUI/faces/FuseWelcome*"
],
"js": [
"content-script.js"
],
@@ -32,6 +47,7 @@
"page-bridge.js"
],
"matches": [
"https://eeho.fa.us2.oraclecloud.com/*",
"https://spa.oracle.com/*"
]
}
@@ -91,6 +107,38 @@