Oracle APEX Form Filler

Use to fill out long winded APEX pages with test data

Qu'est-ce que Oracle APEX Form Filler ?

Oracle APEX Form Filler est une extension Chrome développée par David Lawton, et sa fonction principale est "Use to fill out long winded APEX pages with test data".

Télécharger le fichier CRX de l'extension Oracle APEX Form Filler

Téléchargez les fichiers d'extension Oracle APEX Form Filler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Oracle APEX Form Filler Oracle APEX Form Filler
ID aoplimchpopijhkppiaedgefjncfdcgj
URL Officiel https://chromewebstore.google.com/detail/oracle-apex-form-filler/aoplimchpopijhkppiaedgefjncfdcgj
Description Use to fill out long winded APEX pages with test data
Taille du Fichier 124 KB
Nombre d'Installations 125
Version Actuelle 2.0.0
Dernière Mise à Jour 2016-03-01
Date de Publication 2016-03-01
Évaluation 4.20/5 Total 5 Évaluations
Développeur David Lawton
Type de Paiement free
Langues Prises en Charge 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus"
    ]
}