AMNotify EU Tools

Official AMNotify Europe tools Extension

ما هو AMNotify EU Tools؟

AMNotify EU Tools هو إضافة Chrome تم تطويرها بواسطة federico.urbinelli، والميزة الرئيسية لها هي "Official AMNotify Europe tools Extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AMNotify EU Tools

قم بتنزيل ملفات الامتداد AMNotify EU Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://europe.amnotify.com/
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}