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 là gì?

DealCatcher là một tiện ích mở rộng Chrome được phát triển bởi DealCatcher, và tính năng chính của nó là "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DealCatcher

Tải xuống các tệp mở rộng DealCatcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
URL Chính Thức https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Mô tả Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Kích Thước Tệp 773 KB
Số Lần Cài Đặt 2,814
Phiên Bản Hiện Tại 1.0.17
Cập Nhật Lần Cuối 2023-04-27
Ngày Phát Hành 2020-11-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển DealCatcher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.dealcatcher.com
URL Trang Trợ Giúp https://www.dealcatcher.com/contact
URL Trang Chính Sách Bảo Mật https://www.dealcatcher.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}