CashbackAngel DealsNotifier

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

CashbackAngel DealsNotifierคืออะไร?

CashbackAngel DealsNotifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cashbackangel.com และคุณลักษณะหลักของมันคือ "Automatically finds all cash back and promo codes as you shop online."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CashbackAngel DealsNotifier

ดาวน์โหลดไฟล์ส่วนขยาย CashbackAngel DealsNotifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}