MEK Notify Filler

MEK Notify autofill extension for Shopify, Supreme and Stripe

Was ist MEK Notify Filler?

MEK Notify Filler ist eine Chrome-Erweiterung, die von Eddy entwickelt wurde, und ihr Hauptmerkmal ist "MEK Notify autofill extension for Shopify, Supreme and Stripe".

Erweiterungsscreenshots

screenshot

MEK Notify Filler-Erweiterungs-CRX-Datei herunterladen

Laden Sie MEK Notify Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MEK Notify Filler MEK Notify Filler
ID chmmfcfbchdekppeobkhdnngbhnacjik
Offizielle URL https://chromewebstore.google.com/detail/mek-notify-filler/chmmfcfbchdekppeobkhdnngbhnacjik
Beschreibung MEK Notify autofill extension for Shopify, Supreme and Stripe
Dateigröße 310 KB
Installationsanzahl 159
Aktuelle Version 0.0.8
Letztes Update 2020-02-02
Veröffentlichungsdatum 2020-02-02
Entwickler Eddy
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.mekrobotics.com/terms-conditions
Unterstützte Sprachen 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
        }
    ]
}