iVoicesoft Auto Suggest
We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
Wat is iVoicesoft Auto Suggest?
iVoicesoft Auto Suggest is een Chrome-extensie ontwikkeld door http://ivoicesoft.com, en de belangrijkste functie is "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site".
Extensie Screenshots
Download het CRX-bestand van de extensie iVoicesoft Auto Suggest
Download iVoicesoft Auto Suggest-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | pidkjohcijegophmalkjcojogkoehelb |
Officiële URL | https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb |
Beschrijving | We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site |
Bestandsgrootte | 40.11 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2014-12-04 |
Publicatiedatum | 2014-12-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://ivoicesoft.com |
Betalingswijze | free |
Extensiewebsite | http://coupons.ivoicesoft.com/ |
Help Pagina-URL | http://coupons.ivoicesoft.com/ |
Ondersteunde Talen | 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 } |