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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
        ""
    ]
}