CashbackAngel DealsNotifier

Automatically finds all cash back and promo codes as you shop online.

CashbackAngel DealsNotifier란 무엇입니까?

CashbackAngel DealsNotifier은(는) https://cashbackangel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically finds all cash back and promo codes as you shop online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

CashbackAngel DealsNotifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Automatically finds all cashback, promo codes and coupons as you shop online, then notifies you with a subtle popup (you can deactivate notifications in the settings) and adds a label with the top value to its icon.

Simply click the icon on the top right corner of your browser, and the available offers will be
displayed for you in a second. No login, no typing, no search button, just one click! This tool will save
you time and money for over 8,000 UK retailers.

Disclaimer: No visitor data will be stored on the server or anywhere else. Your privacy is safely
protected. We do not gather or save any personal information.                    

확장 프로그램 기본 정보

이름 CashbackAngel DealsNotifier CashbackAngel DealsNotifier
ID lacbejchamggfhlhbcppgkhcfmjccelk
공식 URL https://chromewebstore.google.com/detail/cashbackangel-dealsnotifi/lacbejchamggfhlhbcppgkhcfmjccelk
설명 Automatically finds all cash back and promo codes as you shop online.
파일 크기 901 KB
설치 횟수 404
현재 버전 3.7.1223
최근 업데이트 2023-12-12
출시 날짜 2020-09-08
평점 5.00/5 총 6 개의 평점
개발자 https://cashbackangel.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cashbackangel.com
도움말 페이지 URL https://cashbackangel.com/browser-extension
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically finds all cash back and promo codes as you shop online.",
    "version": "3.7.1223",
    "manifest_version": 3,
    "name": "CashbackAngel DealsNotifier",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "img\/logo-34.png"
    },
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png",
                "*.png",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.cashbackangel.com\/",
        ""
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    }
}