Z Supreme autofill

Extension designed autofill during checkout page

什麼是Z Supreme autofill?

Z Supreme autofill是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Extension designed autofill during checkout page”。

擴展截圖

screenshot

下載Z Supreme autofill擴展crx文件

下載Z Supreme autofill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Extension designed autofill during checkout page                    

擴展基本資訊

名稱 Z Supreme autofill Z Supreme autofill
ID moicbkllamodhkkkikhphepdddgeomhk
官方網址 https://chromewebstore.google.com/detail/z-supreme-autofill/moicbkllamodhkkkikhphepdddgeomhk
簡介 Extension designed autofill during checkout page
檔案大小 189 KB
安裝次數 81
目前版本 1.0
更新時間 2018-11-14
上架時間 2018-11-14
評分 4.00/5 共 1 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Z Supreme autofill",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Extension designed autofill during checkout page ",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.supremenewyork.com\/*",
                "https:\/\/*.supremenewyork.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}