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
Eメール [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"
    }
}