AMNotify EU Tools

Official AMNotify Europe tools Extension

What is AMNotify EU Tools?

AMNotify EU Tools is a Chrome extension developed by federico.urbinelli, and its main feature is "Official AMNotify Europe tools Extension".

Extension Screenshots

screenshot

Download AMNotify EU Tools Extension CRX File

Download AMNotify EU Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AMNotify EU Tools AMNotify EU Tools
ID pnfnaonhcpobcfejmgigbdhlhdobklgk
Official URL https://chromewebstore.google.com/detail/amnotify-eu-tools/pnfnaonhcpobcfejmgigbdhlhdobklgk
Description Official AMNotify Europe tools Extension
File Size 491 KB
Installation Count 21
Current Version 1.6
Last Updated 2021-06-24
Publish Date 2021-02-05
Developer federico.urbinelli
Email [email protected]
Payment Type free
Extension Website https://europe.amnotify.com/
Privacy Policy Page URL https://www.shop.t3k.industries/privacy-policy
Supported Languages 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"
        }
    }
}