Total Coupon

Total Coupon automatically applies the best coupons at checkout to help you maximize savings.

什麼是Total Coupon?

Total Coupon是由https://totalcoupon.com開發的Chrome擴展程式,該擴展的主要功能是“Total Coupon automatically applies the best coupons at checkout to help you maximize savings.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Total Coupon擴展crx文件

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

擴展使用說明

                        Introducing Total Coupon: Your Ultimate Money-Saving Chrome Extension!

Total Coupon is a free Chrome extension that transforms your online shopping experience. By instantly searching and applying the best discount codes available, it saves you both time and money.

Install Total Coupon, and as you shop online, it automatically hunts for the latest and most effective discount codes. With a simple click, valid discounts are applied, making your purchases not only affordable but incredibly convenient.

Streamline your shopping with Total Coupon – where savings are just a click away. Embrace a new era of effortless discounts and experience the future of smart online shopping.                    

擴展基本資訊

名稱 Total Coupon Total Coupon
ID pobpfpjkinglgmimnijfpalppbefdeoc
官方網址 https://chromewebstore.google.com/detail/total-coupon/pobpfpjkinglgmimnijfpalppbefdeoc
簡介 Total Coupon automatically applies the best coupons at checkout to help you maximize savings.
檔案大小 1.32 MB
安裝次數 7,006
目前版本 7.9.1.296
更新時間 2024-01-03
上架時間 2023-09-20
評分 5.00/5 共 3 次評分
開發者 https://totalcoupon.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.totalcoupon.com
說明頁面URL https://help.totalav.com/en/tech/totalcoupon
隱私政策頁面URL https://www.totalav.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Total Coupon",
    "version": "7.9.1.296",
    "description": "Total Coupon automatically applies the best coupons at checkout to help you maximize savings.",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "Total Coupon",
        "default_icon": "icons\/iconDisabled16.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/fonts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "siteScript.js",
                "*.js.map",
                "*.css",
                "*.css.map",
                "fonts\/*",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}