DealCatcher

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

Apa itu DealCatcher?

DealCatcher adalah ekstensi Chrome yang dikembangkan oleh DealCatcher, dan fitur utamanya adalah "Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DealCatcher

Unduh file ekstensi DealCatcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DealCatcher DealCatcher
ID nnbidkcdajgfolmmdghdaoamfddgaeph
URL Resmi https://chromewebstore.google.com/detail/dealcatcher/nnbidkcdajgfolmmdghdaoamfddgaeph
Deskripsi Catch the savings. Our team finds and tests the latest coupon codes every single day, so you can save money without even trying.
Ukuran File 773 KB
Jumlah Instalasi 2,814
Versi Saat Ini 1.0.17
Terakhir Diperbarui 2023-04-27
Tanggal Publikasi 2020-11-18
Penilaian 5.00/5 Total 5 Penilaian
Pengembang DealCatcher
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.dealcatcher.com
URL Halaman Bantuan https://www.dealcatcher.com/contact
URL Halaman Kebijakan Privasi https://www.dealcatcher.com/privacy
Bahasa yang Didukung 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"
    }
}