Couponclans - Discount Codes, Coupons, Promos

Enjoy shopping and saving Everyday, coupon Codes Updated Daily.

什麼是Couponclans - Discount Codes, Coupons, Promos?

Couponclans - Discount Codes, Coupons, Promos是由https://couponclans.com開發的Chrome擴展程式,該擴展的主要功能是“Enjoy shopping and saving Everyday, coupon Codes Updated Daily.”。

擴展截圖

screenshot
screenshot
screenshot

下載Couponclans - Discount Codes, Coupons, Promos擴展crx文件

下載Couponclans - Discount Codes, Coupons, Promos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Automatically find coupon codes and discounts for the stores you love while you browse.

Extension activation guide:
Step 1: install the extension from the chrome website app store.
Step 2: Select the Couponclans.com icon on the top right.
Step 3: Click on the activation button.
When the trigger button turns green. Ie the application has been activated and used immediately.

Save money when you shop online. Find coupons, discounts and promo codes for your favourite stores while you browse.

Couponclans.com helps you save even more when you shop at thousands of online stores, with discount codes for your favorite online stores and many exclusive coupon codes you won't find at anywhere else.

The Couponclans.com extension searches for coupon codes while you browse. When we find a valid coupon code for a store you are visiting, we will send you an alert, so you can save money when you checkout.

Need help? Got suggestions? Contact us at [email protected]

By installing this extension, you agree to our terms of service here: https://couponclans.com/terms-of-use/

Learn more about Slickdeals privacy policies and data usage here: https://couponclans.com/privacy-policy/                    

擴展基本資訊

名稱 Couponclans - Discount Codes, Coupons, Promos Couponclans - Discount Codes, Coupons, Promos
ID ekfakedblgnnbkmhpkgdcppiglccfcjo
官方網址 https://chromewebstore.google.com/detail/couponclans-discount-code/ekfakedblgnnbkmhpkgdcppiglccfcjo
簡介 Enjoy shopping and saving Everyday, coupon Codes Updated Daily.
檔案大小 47.88 KB
安裝次數 20
目前版本 1.6.5
更新時間 2020-11-14
上架時間 2020-07-29
評分 5.00/5 共 2 次評分
開發者 https://couponclans.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://couponclans.com/
說明頁面URL https://couponclans.com/terms-of-use/
隱私政策頁面URL https://couponclans.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Couponclans - Discount Codes, Coupons, Promos",
    "description": "Enjoy shopping and saving Everyday, coupon Codes Updated Daily.",
    "short_name": "Couponclans",
    "version": "1.6.5",
    "manifest_version": 2,
    "author": "@BrandonLacruz",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/couponclans.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/16.png",
        "48": "\/assets\/icons\/48.png",
        "128": "\/assets\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background\/xhr.js",
            "\/js\/background\/oninstalled.js",
            "\/js\/background\/storage.js",
            "\/js\/background\/context_messaging.js",
            "\/js\/background\/get_stores_from_couponclans.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "\/css\/page_context\/promo_popup.css"
            ],
            "js": [
                "\/js\/content_scripts\/context_messaging.js",
                "\/js\/content_scripts\/get_stores_from_couponclans.js",
                "\/js\/content_scripts\/promo_popup.js",
                "\/js\/content_scripts\/main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/assets\/icons\/16.png"
        },
        "default_popup": "\/html\/popup\/popup.html"
    }
}