Nox Autofill

Nox Autofill fills out checkout forms automatically.

Nox Autofillคืออะไร?

Nox Autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://noxnotify.com และคุณลักษณะหลักของมันคือ "Nox Autofill fills out checkout forms automatically."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nox Autofill

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}