APEX Project Eye
Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist.
APEX Project Eye란 무엇입니까?
APEX Project Eye은(는) akravos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist."입니다.
확장 프로그램 스크린샷
APEX Project Eye 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | APEX Project Eye |
ID | dpkbfcakfleiipafifgbndbeamkdcopm |
공식 URL | https://chromewebstore.google.com/detail/apex-project-eye/dpkbfcakfleiipafifgbndbeamkdcopm |
설명 | Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist. |
파일 크기 | 49.68 KB |
설치 횟수 | 61 |
현재 버전 | 1.3 |
최근 업데이트 | 2024-02-02 |
출시 날짜 | 2020-05-16 |
개발자 | akravos |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.apexprojecteye.com |
도움말 페이지 URL | https://www.apexprojecteye.com |
지원되는 언어 | 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": [ " |