CouponDuos: The Money Saver

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

CouponDuos: The Money Saver란 무엇입니까?

CouponDuos: The Money Saver은(는) https://couponduos.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically finds and test coupons while you shop online. Install now and start saving money!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CouponDuos: The Money Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 CouponDuos: The Money Saver CouponDuos: The Money Saver
ID gocolloffelgndcoepnmjofhpkjcdjdp
공식 URL https://chromewebstore.google.com/detail/couponduos-the-money-save/gocolloffelgndcoepnmjofhpkjcdjdp
설명 Automatically finds and test coupons while you shop online. Install now and start saving money!
파일 크기 441 KB
설치 횟수 210
현재 버전 1.6
최근 업데이트 2021-09-06
출시 날짜 2021-02-03
평점 5.00/5 총 4 개의 평점
개발자 https://couponduos.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.couponduos.com
도움말 페이지 URL https://www.couponduos.com
개인정보 보호 정책 페이지 URL https://www.couponduos.com/privacy_notice
지원되는 언어 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
}