Nox Autofill

Nox Autofill fills out checkout forms automatically.

Nox Autofill क्या है?

Nox Autofill http://noxnotify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Nox Autofill fills out checkout forms automatically."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nox Autofill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}