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.」です。
拡張機能のスクリーンショット
Vouch拡張機能のCRXファイルをダウンロード
Vouch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } |