AMNotify EU Tools

Official AMNotify Europe tools Extension

Apa itu AMNotify EU Tools?

AMNotify EU Tools adalah ekstensi Chrome yang dikembangkan oleh federico.urbinelli, dan fitur utamanya adalah "Official AMNotify Europe tools Extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AMNotify EU Tools

Unduh file ekstensi AMNotify EU Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama AMNotify EU Tools AMNotify EU Tools
ID pnfnaonhcpobcfejmgigbdhlhdobklgk
URL Resmi https://chromewebstore.google.com/detail/amnotify-eu-tools/pnfnaonhcpobcfejmgigbdhlhdobklgk
Deskripsi Official AMNotify Europe tools Extension
Ukuran File 491 KB
Jumlah Instalasi 21
Versi Saat Ini 1.6
Terakhir Diperbarui 2021-06-24
Tanggal Publikasi 2021-02-05
Pengembang federico.urbinelli
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://europe.amnotify.com/
URL Halaman Kebijakan Privasi https://www.shop.t3k.industries/privacy-policy
Bahasa yang Didukung 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"
        }
    }
}