CoponCode

Instantly know about coupon codes while shopping.

CoponCode란 무엇입니까?

CoponCode은(는) https://coponcode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly know about coupon codes while shopping."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Instantly get notified about available coupon codes while shopping. When you visit a website, we will show a notification if coupons codes are available. Then you can view the list of available coupons right there and save time!

Or you could just use the extension to search for coupon codes of any vendor you like.                    

확장 프로그램 기본 정보

이름 CoponCode CoponCode
ID pfnhpeemdlipkilojoenempbjlecmebi
공식 URL https://chromewebstore.google.com/detail/coponcode/pfnhpeemdlipkilojoenempbjlecmebi
설명 Instantly know about coupon codes while shopping.
파일 크기 284 KB
설치 횟수 31
현재 버전 1.0.2
최근 업데이트 2018-12-18
출시 날짜 2018-12-13
평점 3.00/5 총 2 개의 평점
개발자 https://coponcode.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://takhfifan.com/privacy-policy
지원되는 언어 fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoponCode",
    "description": "Instantly know about coupon codes while shopping.",
    "version": "1.0.2",
    "author": "CoponCode",
    "icons": {
        "48": "assets\/images\/icon48.png",
        "96": "assets\/images\/icon96.png"
    },
    "browser_action": {
        "default_title": "CoponCode",
        "default_icon": {
            "19": "assets\/images\/icon20.png",
            "20": "assets\/images\/icon20.png",
            "38": "assets\/images\/icon38.png"
        },
        "default_popup": "assets\/templates\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery.min.js",
                "assets\/js\/coponcode.client.js"
            ],
            "css": [
                "assets\/css\/client.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/coponcode.com\/*"
    ]
}