APEX Project Eye
Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist.
APEX Project Eyeคืออะไร?
APEX Project Eye เป็นส่วนขยายของ Chrome ที่พัฒนาโดย akravos และคุณลักษณะหลักของมันคือ "Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย APEX Project Eye
ดาวน์โหลดไฟล์ส่วนขยาย APEX Project Eye ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [ " |