Z Supreme autofill

Extension designed autofill during checkout page

What is Z Supreme autofill?

Z Supreme autofill is a Chrome extension developed by Unknown, and its main feature is "Extension designed autofill during checkout page".

Extension Screenshots

screenshot

Download Z Supreme autofill Extension CRX File

Download Z Supreme autofill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension designed autofill during checkout page                    

Extension Basic Information

Name Z Supreme autofill Z Supreme autofill
ID moicbkllamodhkkkikhphepdddgeomhk
Official URL https://chromewebstore.google.com/detail/z-supreme-autofill/moicbkllamodhkkkikhphepdddgeomhk
Description Extension designed autofill during checkout page
File Size 189 KB
Installation Count 81
Current Version 1.0
Last Updated 2018-11-14
Publish Date 2018-11-14
Rating 4.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}