Total Coupon

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

Total Couponคืออะไร?

Total Coupon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://totalcoupon.com และคุณลักษณะหลักของมันคือ "Total Coupon automatically applies the best coupons at checkout to help you maximize savings."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Total Coupon

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": [
        ""
    ]
}