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
官方網址 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
        }
    ]
}