CouponDuos: The Money Saver

Automatically finds and test coupons while you shop online. Install now and start saving money!

CouponDuos: The Money Saver là gì?

CouponDuos: The Money Saver là một tiện ích mở rộng Chrome được phát triển bởi https://couponduos.com, và tính năng chính của nó là "Automatically finds and test coupons while you shop online. Install now and start saving money!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CouponDuos: The Money Saver

Tải xuống các tệp mở rộng CouponDuos: The Money Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Find Coupons Instantly

Automatically discover coupons while shopping online. Save in ways you never thought were possible!

Test The Promo Codes

We test and apply the best promo codes for you in a matter of seconds so you don’t have to! 

Collaborating with 60,000+ Stores Worldwide

More than 60,000 stores from worldwide are teaming with CouponDuos, helping you save on the brands that you love.

Best Part: CouponDuos is free!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CouponDuos: The Money Saver CouponDuos: The Money Saver
ID gocolloffelgndcoepnmjofhpkjcdjdp
URL Chính Thức https://chromewebstore.google.com/detail/couponduos-the-money-save/gocolloffelgndcoepnmjofhpkjcdjdp
Mô tả Automatically finds and test coupons while you shop online. Install now and start saving money!
Kích Thước Tệp 441 KB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-09-06
Ngày Phát Hành 2021-02-03
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://couponduos.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.couponduos.com
URL Trang Trợ Giúp https://www.couponduos.com
URL Trang Chính Sách Bảo Mật https://www.couponduos.com/privacy_notice
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CouponDuos: The Money Saver",
    "version": "1.6",
    "description": "Automatically finds and test coupons while you shop online. Install now and start saving money!",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/candy_logo16.png",
        "default_title": "CouponDuos"
    },
    "icons": {
        "16": "images\/candy_logo16.png",
        "32": "images\/candy_logo32.png",
        "48": "images\/candy_logo48.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "pop_remind.html",
        "pop_unbill_remind.html",
        "pop_applyError.html",
        "pop_applySuccess.html",
        "pop_automatch.html",
        "css\/popup.css",
        "css\/popApply.css",
        "css\/popupremind.css",
        "js\/jquery-3.5.1.min.js",
        "images\/candy-logo.jpg",
        "js\/popup.js",
        "fonts\/*",
        "images\/*",
        "FiraSans-ExtraLightItalic.ttf"
    ],
    "manifest_version": 2
}