TrustDeals Coupon Checker

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

什么是TrustDeals Coupon Checker?

TrustDeals Coupon Checker是由TrustDeals开发的Chrome扩展程序,该扩展的主要功能是“Find coupons, voucher codes & promo codes and auto-apply during online shopping!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载TrustDeals Coupon Checker扩展crx文件

下载TrustDeals Coupon Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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