Oracle APEX Form Filler
Use to fill out long winded APEX pages with test data
Vad är Oracle APEX Form Filler?
Oracle APEX Form Filler är en Chrome-tillägg utvecklad av David Lawton, och dess huvudfunktion är "Use to fill out long winded APEX pages with test data".
Ladda ner Oracle APEX Form Filler-förlängningens CRX-fil
Ladda ner Oracle APEX Form Filler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aoplimchpopijhkppiaedgefjncfdcgj |
Officiell webbadress | https://chromewebstore.google.com/detail/oracle-apex-form-filler/aoplimchpopijhkppiaedgefjncfdcgj |
Beskrivning | Use to fill out long winded APEX pages with test data |
Filstorlek | 124 KB |
Antal Installationer | 125 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2016-03-01 |
Publiceringsdatum | 2016-03-01 |
Betyg | 4.20/5 Totalt 5 Betyg |
Utvecklare | David Lawton |
Betalningssätt | free |
Stödda Språk | 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": [ " |