AMNotify EU Tools

Official AMNotify Europe tools Extension

AMNotify EU Toolsとは何ですか?

AMNotify EU Toolsはfederico.urbinelliによって開発されたChromeの拡張機能で、その主な機能は「Official AMNotify Europe tools Extension」です。

拡張機能のスクリーンショット

screenshot

AMNotify EU Tools拡張機能のCRXファイルをダウンロード

AMNotify EU Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A browser extension for AMNotify EU members.

After the installation, simply use our custom links and tools available on our Discord server for the supported sites: the extension will load your session automatically.
Support to more sites and features will come with every new update.

Q: How to recognize a custom link? 
A: Links starting with tools.eu.amnotify.com can be used with this extension.

AMNotify EU Tools changelog:
1.0: support to complete ATC (add to cart) sessions for supported sites
1.3: - added LVR support (autocheckout)
       - added ALDI UK support (cart reservation)
       - use custom delays to monitor supported sites
       - added Discord authentication
1.4: - added AO World support (ATC)
       - bug fixes
1.5: - added Scan UK support (ATC)
       - added "Delete session" button to delete site cookies
       - updated public success webhook
1.6: - added CCL online support (cart reservation)
       - updated branding                    

拡張機能の基本情報

名前 AMNotify EU Tools AMNotify EU Tools
ID pnfnaonhcpobcfejmgigbdhlhdobklgk
公式URL https://chromewebstore.google.com/detail/amnotify-eu-tools/pnfnaonhcpobcfejmgigbdhlhdobklgk
説明 Official AMNotify Europe tools Extension
ファイルサイズ 491 KB
インストール数 21
現在のバージョン 1.6
最終更新日 2021-06-24
公開日 2021-02-05
開発者 federico.urbinelli
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://europe.amnotify.com/
プライバシーポリシーページのURL https://www.shop.t3k.industries/privacy-policy
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AMNotify EU Tools",
    "version": "1.6",
    "permissions": [
        "identity",
        "storage",
        "cookies",
        "",
        "webNavigation"
    ],
    "description": "Official AMNotify Europe tools Extension",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.5.0.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": ".\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.luisaviaroma.com\/*"
            ],
            "js": [
                "js\/lvr.js",
                "js\/jquery-3.5.0.min.js",
                "js\/iziToast.min.js"
            ],
            "css": [
                "css\/iziToast.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.aldi.co.uk\/*"
            ],
            "js": [
                "js\/aldi.js",
                "js\/jquery-3.5.0.min.js",
                "js\/iziToast.min.js"
            ],
            "css": [
                "css\/iziToast.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ao.com\/*"
            ],
            "js": [
                "js\/ao.js",
                "js\/jquery-3.5.0.min.js",
                "js\/iziToast.min.js"
            ],
            "css": [
                "css\/iziToast.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.scan.co.uk\/*",
                "https:\/\/secure.scan.co.uk\/*"
            ],
            "js": [
                "js\/scan.js",
                "js\/jquery-3.5.0.min.js",
                "js\/iziToast.min.js"
            ],
            "css": [
                "css\/iziToast.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.cclonline.com\/*"
            ],
            "js": [
                "js\/ccl.js",
                "js\/jquery-3.5.0.min.js",
                "js\/iziToast.min.js"
            ],
            "css": [
                "css\/iziToast.min.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "logo_16.png",
            "32": "logo.png",
            "48": "logo_48.png",
            "128": "logo_128.png"
        }
    }
}