iVoicesoft Auto Suggest
We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
iVoicesoft Auto Suggestとは何ですか?
iVoicesoft Auto Suggestはhttp://ivoicesoft.comによって開発されたChromeの拡張機能で、その主な機能は「We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site」です。
拡張機能のスクリーンショット
iVoicesoft Auto Suggest拡張機能のCRXファイルをダウンロード
iVoicesoft Auto Suggest拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
We automatically suggest Coupon code and Giveaway for software whenever you visit software publisher site. ============= The iVoicesoft Auto Suggest will automatically (but anonymously) search for the best coupons on shopping sites you visit and will give you a linked Coupon indicator when coupons are available. ☀ All you have to do is click on linked coupon and get discount direct.
拡張機能の基本情報
名前 | |
ID | pidkjohcijegophmalkjcojogkoehelb |
公式URL | https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb |
説明 | We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site |
ファイルサイズ | 40.11 KB |
インストール数 | 37 |
現在のバージョン | 1.3 |
最終更新日 | 2014-12-04 |
公開日 | 2014-12-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://ivoicesoft.com |
支払い方法 | free |
拡張機能のウェブサイト | http://coupons.ivoicesoft.com/ |
ヘルプページのURL | http://coupons.ivoicesoft.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iVoicesoft Auto Suggest", "version": "1.3", "description": "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site", "permissions": [ "http:\/\/coupons.ivoicesoft.com\/*" ], "icons": { "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "jquery.min.js", "contentscript.js" ] } ], "background": { "page": "background.html" }, "manifest_version": 2 } |