APEX Project Eye
Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist.
O que é APEX Project Eye?
APEX Project Eye é uma extensão do Chrome desenvolvida por akravos, e sua principal característica é "Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão APEX Project Eye
Baixe arquivos de extensão APEX Project Eye no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This Add-On initializes a broadcast channel in Oracle Page Designer and allows APEX Project Eye applications to retrieve the application and page ids that are being edited. It injects a line of javascript code that is executed only if Page Designer is detected. Broadcast channels allow communication between tabs/windows within the same domain in the same browser.
Informações Básicas da Extensão
Nome | APEX Project Eye |
ID | dpkbfcakfleiipafifgbndbeamkdcopm |
URL Oficial | https://chromewebstore.google.com/detail/apex-project-eye/dpkbfcakfleiipafifgbndbeamkdcopm |
Descrição | Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist. |
Tamanho do Arquivo | 49.68 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.3 |
Última Atualização | 2024-02-02 |
Data de Publicação | 2020-05-16 |
Desenvolvedor | akravos |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.apexprojecteye.com |
URL da Página de Ajuda | https://www.apexprojecteye.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "APEX Project Eye", "version": "1.3", "description": "Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist.", "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "96": "icon96.png", "128": "icon128.png" }, "theme_icons": [ { "light": "icon16.png", "dark": "icon16.png", "size": 16 }, { "light": "icon32.png", "dark": "icon32.png", "size": 32 } ] }, "web_accessible_resources": [ { "resources": [ "ape-extension.js" ], "matches": [ " |