MEK Notify Filler

MEK Notify autofill extension for Shopify, Supreme and Stripe

什么是MEK Notify Filler?

MEK Notify Filler是由Eddy开发的Chrome扩展程序,该扩展的主要功能是“MEK Notify autofill extension for Shopify, Supreme and Stripe”。

扩展截图

screenshot

下载MEK Notify Filler扩展crx文件

下载MEK Notify Filler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Open source autofill extension by MEKNotify for Shopify, Supreme and Stripe

Open source autofill extension to assist the filling of checkout forms, increasing your chance of purchasing limited release items.
Currently Supporting:
- Shopify
   - Navigate the checkout steps
   - Automatically complete checkout
- Supreme
   - Automatic checkout
- Stripe

http://meknotify.com
http://mekrobotics.com                    

扩展基本信息

名称 MEK Notify Filler MEK Notify Filler
ID chmmfcfbchdekppeobkhdnngbhnacjik
官方URL https://chromewebstore.google.com/detail/mek-notify-filler/chmmfcfbchdekppeobkhdnngbhnacjik
简介 MEK Notify autofill extension for Shopify, Supreme and Stripe
文件大小 310 KB
安装次数 159
当前版本 0.0.8
更新时间 2020-02-02
上架时间 2020-02-02
开发者 Eddy
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.mekrobotics.com/terms-conditions
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MEK Notify Filler",
    "description": "MEK Notify autofill extension for Shopify, Supreme and Stripe",
    "version": "0.0.8",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "meknotify-filler",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/all.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/js.stripe.com\/*"
            ],
            "js": [
                "inject\/stripe.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.supremenewyork.com\/checkout"
            ],
            "js": [
                "inject\/supreme.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*\/checkouts\/*"
            ],
            "js": [
                "inject\/shopify.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.shopifycs.com\/*"
            ],
            "js": [
                "inject\/shopify-card.js"
            ],
            "all_frames": true
        }
    ]
}