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 } |