Oracle APEX Form Filler
Use to fill out long winded APEX pages with test data
Co je Oracle APEX Form Filler?
Oracle APEX Form Filler je rozšíření Chrome vyvinuté David Lawton, a jeho hlavní funkcí je „Use to fill out long winded APEX pages with test data“.
Stáhnout soubor CRX rozšíření Oracle APEX Form Filler
Stáhněte si soubory rozšíření Oracle APEX Form Filler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A simple Oracle APEX field filler. Used to fill out long pages with test data. Sets text fields and text area values to label text. Usage ----- Right click anywhere on a web page and select Clear Fields/Fill Page.
Základní Informace o Rozšíření
Název | |
ID | aoplimchpopijhkppiaedgefjncfdcgj |
Oficiální URL | https://chromewebstore.google.com/detail/oracle-apex-form-filler/aoplimchpopijhkppiaedgefjncfdcgj |
Popis | Use to fill out long winded APEX pages with test data |
Velikost souboru | 124 KB |
Počet instalací | 125 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2016-03-01 |
Datum Vydání | 2016-03-01 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | David Lawton |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oracle APEX Form Filler", "short_name": "Oracle APEX Form Filler", "description": "Use to fill out long winded APEX pages with test data", "version": "2.0.0", "browser_action": { "default_icon": "apex.png" }, "icons": { "16": "apex.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "moment.min.js", "jquery.min.js", "content.js" ], "run_at": "document_end", "matches": [ " |