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
公式URL 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
Eメール [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": [
        ""
    ]
}