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是由DealCatcher开发的Chrome扩展程序,该扩展的主要功能是“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

下载DealCatcher扩展crx文件

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