TrustDeals Coupon Checker

Find coupons, voucher codes & promo codes and auto-apply during online shopping!

TrustDeals Coupon Checker क्या है?

TrustDeals Coupon Checker TrustDeals द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find coupons, voucher codes & promo codes and auto-apply during online shopping!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TrustDeals Coupon Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        TrustDeals is the Chrome extension you need! Directly add coupons to your order in your favourite online store. Don't spend hours on looking for the best coupon. We will let you if there is a voucher code or not.

With only one click you can save money on your order. And the best thing of all; This Chrome Extension is free!

TrustDeals finds and automatically applies the promo codes, without you breaking a sweat. Our community saves on an average 15% on their online spendings with this TrustDeals Tool! With over 200.000 members in the TrustDeals community we collect the best coupons and bring it back in this extension. 

Save a bit, day by day!

TIP - after downloading
1. click right above in your browser bar on the puzzle piece.
2. click on the pin of the TrustDeals extension
3. Checking out a store? We will show you the best coupon!                    

एक्सटेंशन की मूल जानकारी

नाम TrustDeals Coupon Checker TrustDeals Coupon Checker
ID gmaogmplopfjfgolhohhaklgnpnllico
आधिकारिक URL https://chromewebstore.google.com/detail/trustdeals-coupon-checker/gmaogmplopfjfgolhohhaklgnpnllico
विवरण Find coupons, voucher codes & promo codes and auto-apply during online shopping!
फ़ाइल का आकार 1.41 MB
स्थापना संख्या 150
वर्तमान संस्करण 1.1.2.0
अंतिम अपडेट 2022-04-20
प्रकाशन तिथि 2021-02-09
रेटिंग 4.88/5 कुल 8 रेटिंग्स
डेवलपर TrustDeals
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.trustdeals.com/
सहायता पृष्ठ URL https://app.trustdeals.com/uninstalled/
गोपनीयता नीति पृष्ठ URL https://www.trustdeals.com/privacy-policy
समर्थित भाषाएँ de,en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "TrustDeals",
    "version": "1.1.2.0",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/www.trustdeals.nl",
    "default_locale": "nl",
    "author": "TrustDeals",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "unlimitedStorage",
        "management"
    ],
    "background": {
        "scripts": [
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon-32.png",
        "default_title": "TrustDeals",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-32.png",
        "18": "icon-32.png",
        "32": "icon-32.png",
        "128": "icon-32.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.firebaseio.com; object-src 'self';",
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "icon-32.png"
    ]
}