Best of Discount

Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!

Best of Discount란 무엇입니까?

Best of Discount은(는) https://www.gadevo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Best of Discount 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save with online rebates, deals, promo codes and discounts on more than 2,000 stores!                    

확장 프로그램 기본 정보

이름 Best of Discount Best of Discount
ID oklmkfnfobkkjldbkcdmpjbkgcmeomjk
공식 URL https://chromewebstore.google.com/detail/best-of-discount/oklmkfnfobkkjldbkcdmpjbkgcmeomjk
설명 Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with deals and discounts!
파일 크기 1.14 MB
설치 횟수 385
현재 버전 4.2
최근 업데이트 2021-01-29
출시 날짜 2018-07-11
평점 4.67/5 총 6 개의 평점
개발자 https://www.gadevo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.gadevo.com/plugin
도움말 페이지 URL https://www.gadevo.com/faq
개인정보 보호 정책 페이지 URL https://www.ganhedevolta.com.br/politica-de-privacidade
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "19": "images\/gadevo-19.png",
        "38": "images\/gadevo-38.png",
        "48": "images\/gadevo-48.png",
        "128": "images\/gadevo-128.png",
        "196": "images\/gadevo-196.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "notifications",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/gadevo-19.png",
            "38": "images\/gadevo-38.png",
            "48": "images\/gadevo-48.png",
            "128": "images\/gadevo-128.png",
            "196": "images\/gadevo-196.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "js\/jquery-3.2.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}