Coupon2Deal

Coupon2Deal extension is here to provide you cashback from almost every store.

Coupon2Deal란 무엇입니까?

Coupon2Deal은(는) callsmaster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coupon2Deal extension is here to provide you cashback from almost every store."입니다.

확장 프로그램 스크린샷

screenshot

Coupon2Deal 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Coupon2Deal is USA based online platform established in 2019 with its arms and network spread worldwide. We, at Coupon2Deal are devoted to deliver the best outcome to our users to fulfill the buds of their love for shopping while sitting at home  with a cup of coffee.

Since shopping dwells in almost every heart, we run our global network by providing interesting Deals, Coupons & Promo Codes; applicable for different shopping channels to our shopping audience.

Through the Deals, Coupons and Discounts we bring, you save more and shop more.
Visit https://www.coupon2deal.com                    

확장 프로그램 기본 정보

이름 Coupon2Deal Coupon2Deal
ID liljjnfbhfaimmnhonkbckeogkbmekcm
공식 URL https://chrome.google.com/webstore/detail/coupon2deal/liljjnfbhfaimmnhonkbckeogkbmekcm
설명 Coupon2Deal extension is here to provide you cashback from almost every store.
파일 크기 25.28 KB
설치 횟수 6,000
현재 버전 2.8
최근 업데이트 2022-01-25
출시 날짜 2020-09-20
평점 4.49/5 총 41 개의 평점
개발자 callsmaster
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.coupon2deal.com/
도움말 페이지 URL https://www.coupon2deal.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coupon2Deal",
    "version": "2.8",
    "description": "Coupon2Deal extension is here to provide you cashback from almost every store.",
    "icons": {
        "128": ".\/icons\/c2d128.png",
        "48": ".\/icons\/c2d48.png",
        "16": ".\/icons\/c2d16.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/c2d128.png",
        "default_title": "Coupon2Deal"
    },
    "background": {
        "scripts": [
            ".\/background\/event.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.coupontodeal.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                ".\/shared\/content.js"
            ],
            "css": [
                ".\/shared\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "https:\/\/super-dashboard-images-cdn.s3.amazonaws.com\/images\/1628586860044-coupon2deallogojpg.jpeg"
    ]
}