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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}