Oracle APEX Form Filler

Use to fill out long winded APEX pages with test data

Oracle APEX Form Fillerとは何ですか?

Oracle APEX Form FillerはDavid Lawtonによって開発されたChromeの拡張機能で、その主な機能は「Use to fill out long winded APEX pages with test data」です。

Oracle APEX Form Filler拡張機能のCRXファイルをダウンロード

Oracle APEX Form Filler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Oracle APEX Form Filler Oracle APEX Form Filler
ID aoplimchpopijhkppiaedgefjncfdcgj
公式URL https://chromewebstore.google.com/detail/oracle-apex-form-filler/aoplimchpopijhkppiaedgefjncfdcgj
説明 Use to fill out long winded APEX pages with test data
ファイルサイズ 124 KB
インストール数 125
現在のバージョン 2.0.0
最終更新日 2016-03-01
公開日 2016-03-01
評価 4.20/5 合計 5 レビュー
開発者 David Lawton
支払い方法 free
対応言語 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"
    ]
}