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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
개인정보 보호 정책 페이지 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"
        }
    }
}