Nox Autofill

Nox Autofill fills out checkout forms automatically.

Nox Autofillとは何ですか?

Nox Autofillはhttp://noxnotify.comによって開発されたChromeの拡張機能で、その主な機能は「Nox Autofill fills out checkout forms automatically.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Nox Autofill拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Nox Autofill fills out checkout forms automatically. User can make profile in extension and can manage those profiles to fill all type of checkout forms. The extension allow user to save its First name, Last name, email and many other fields into multiple profiles. User can mark all profiles as inactive if he don't want to fill any form automatically by Nox Autofill.                    

拡張機能の基本情報

名前 Nox Autofill Nox Autofill
ID ggoaoaihpbjeacaconecbbfgplfhooob
公式URL https://chrome.google.com/webstore/detail/nox-autofill/ggoaoaihpbjeacaconecbbfgplfhooob
説明 Nox Autofill fills out checkout forms automatically.
ファイルサイズ 84.75 KB
インストール数 87
現在のバージョン 1.0
最終更新日 2019-11-25
公開日 2019-11-25
評価 1.00/5 合計 1 レビュー
開発者 http://noxnotify.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nox Autofill",
    "description": "Nox Autofill fills out checkout forms automatically.",
    "author": "Nox Notify",
    "short_name": "Nox Autofill",
    "version": "1.0",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": "images\/128.png",
        "icons": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "sidebar.html",
        "popup.html",
        "our_custom_script_0211.js"
    ]
}