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