FOEX Developer Addon
The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE.
What is FOEX Developer Addon?
FOEX Developer Addon is a Chrome extension developed by https://tryfoexnow.com, and its main feature is "The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE.".
Extension Screenshots
Download FOEX Developer Addon Extension CRX File
Download FOEX Developer Addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Addon is a must for every Oracle APEX Developer. It brings great features like keyboard shortcuts and improved page designer functionality. With the FDA we introduce new functionality into the APEX Page Designer, like additional "Bulk Duplicate Page Items" or "Set Condition to NEVER", and Javascript Code validation. On top of that it also brings many new Wizards for applications using the FOEX Plugin Framework.
Extension Basic Information
Name | FOEX Developer Addon |
ID | hbnphohihhclfgpbnkmldfdlebkpohpn |
Official URL | https://chromewebstore.google.com/detail/foex-developer-addon/hbnphohihhclfgpbnkmldfdlebkpohpn |
Description | The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE. |
File Size | 415 KB |
Installation Count | 1,046 |
Current Version | 22.2.0.11 |
Last Updated | 2023-09-15 |
Publish Date | 2020-05-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://tryfoexnow.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.tryfoexnow.com/en/foex/foex-developer-addon |
Help Page URL | https://www.tryfoexnow.com/en/foex/foex-developer-addon |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FOEX Developer Addon", "short_name": "FDA", "description": "The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE.", "version": "22.2.0.11", "author": "FOEX GmbH", "icons": { "16": "FOEX-Social-Media_16x16.png", "48": "FOEX-Social-Media_48x48.png", "128": "FOEX-Social-Media_128x128.png" }, "browser_action": { "default_icon": "FOEX-Social-Media_128x128.png" }, "homepage_url": "http:\/\/www.foex.at", "content_scripts": [ { "matches": [ "*:\/\/*\/*\/r\/apex\/workspace\/*", "*:\/\/*\/*\/r\/apex\/sql-workshop\/*", "*:\/\/*\/*\/r\/apex\/app-builder\/*", "*:\/\/*\/*f?p=4500:*", "*:\/\/*\/*f?p=4000:*", "*:\/\/*\/*f?p=4050:*", "*:\/\/*\/*f?p=4550:*", "*:\/\/*\/*wwv_flow.accept*", "*:\/\/*.foex.at\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/foex_developerAddon.min.css", "js\/foex_developerAddon.min.js", "js\/foex_developerAddon_a5.min.css", "js\/foex_developerAddon_a5_base.min.js", "js\/apexlib_developerAddon.min.css", "js\/apexlib_developerAddon.min.js" ] } |