MEK Notify Filler

MEK Notify autofill extension for Shopify, Supreme and Stripe

Cos'è MEK Notify Filler?

MEK Notify Filler è un'estensione di Chrome sviluppata da Eddy, e la sua funzione principale è "MEK Notify autofill extension for Shopify, Supreme and Stripe".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MEK Notify Filler

Scarica i file di estensione MEK Notify Filler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MEK Notify Filler MEK Notify Filler
ID chmmfcfbchdekppeobkhdnngbhnacjik
URL Ufficiale https://chromewebstore.google.com/detail/mek-notify-filler/chmmfcfbchdekppeobkhdnngbhnacjik
Descrizione MEK Notify autofill extension for Shopify, Supreme and Stripe
Dimensione del File 310 KB
Conteggio Installazioni 159
Versione Corrente 0.0.8
Ultimo Aggiornamento 2020-02-02
Data di Pubblicazione 2020-02-02
Sviluppatore Eddy
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.mekrobotics.com/terms-conditions
Lingue Supportate 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
        }
    ]
}