Vouch

Automatically finds AND applies discount codes directly into to your shopping cart. 100% free, no catches.

Vouch란 무엇입니까?

Vouch은(는) https://vouch.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically finds AND applies discount codes directly into to your shopping cart. 100% free, no catches."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Finding discount codes is time-consuming and repetitive; Vouch takes the hassle out of looking for a discount code by automatically finding and trying each one for you when you're at the merchant's checkout. If multiple codes work, Vouch will even apply the best one for you, with the biggest discount. 

Vouch also instantly reveals the voucher code on many leading discount code sites - no need to click to reveal any more, the code is visible as soon as you open the page.

Currently supports over 1000 stores, more are being added every day. Completely free: no spyware, no toolbars, no ads! Just simple money-saving.                    

확장 프로그램 기본 정보

이름 Vouch Vouch
ID mnidjdifhjohmbhinodndkfapjfbmdcp
공식 URL https://chromewebstore.google.com/detail/vouch/mnidjdifhjohmbhinodndkfapjfbmdcp
설명 Automatically finds AND applies discount codes directly into to your shopping cart. 100% free, no catches.
파일 크기 1.19 MB
설치 횟수 1,049
현재 버전 1.4.9
최근 업데이트 2017-11-01
출시 날짜 2017-10-31
평점 4.73/5 총 30 개의 평점
개발자 https://vouch.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vouch.org
도움말 페이지 URL http://support.vouch.org
개인정보 보호 정책 페이지 URL https://vouch.org/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vouch",
    "short_name": "vouch",
    "description": "Automatically finds AND applies discount codes directly into to your shopping cart. 100% free, no catches.",
    "version": "1.4.9",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon64.png",
        "128": "images\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon32d.png",
        "default_popup": "html\/popup\/siteDisabled.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [],
            "js": [
                "js\/config.js",
                "vendor\/moment.js",
                "vendor\/jquery-2.1.4.min.js",
                "vendor\/jquery.color-2.1.2.min.js",
                "js\/hashCode.js",
                "js\/helpers.js",
                "js\/voucher.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/jquery-2.1.4.min.js",
            "js\/config.js",
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "html\/*",
        "vendor\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "options_page": "html\/options.html"
}