Vouch

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

Vouch क्या है?

Vouch https://vouch.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically finds AND applies discount codes directly into to your shopping cart. 100% free, no catches."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vouch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}