DealCatcher

Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.

DealCatcherคืออะไร?

DealCatcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DealCatcher และคุณลักษณะหลักของมันคือ "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying."

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

screenshot
screenshot
screenshot

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

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

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

                        Get the latest coupons and deals without even looking for them! When you install the DealCatcher browser extension, you'll never have to search for coupons again. Just shop online normally, and we'll let you know when we can save you money.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
คำอธิบาย Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
ขนาดไฟล์ 773 KB
จำนวนการติดตั้ง 2,814
เวอร์ชันปัจจุบัน 1.0.17
อัปเดตครั้งล่าสุด 2023-04-27
วันที่เผยแพร่ 2020-11-18
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา DealCatcher
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dealcatcher.com
URL หน้าช่วยเหลือ https://www.dealcatcher.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.dealcatcher.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DealCatcher",
    "description": "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.",
    "version": "1.0.17",
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16-inactive.png",
            "32": "icons\/32-inactive.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/popup.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/notification-troubleshooting.html",
                "\/css\/popup.css",
                "\/icons\/48.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}