iVoicesoft Auto Suggest
We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
Co to jest iVoicesoft Auto Suggest?
iVoicesoft Auto Suggest to rozszerzenie Chrome opracowane przez http://ivoicesoft.com, a jego główną funkcją jest „We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia iVoicesoft Auto Suggest
Pobierz pliki rozszerzeń iVoicesoft Auto Suggest w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | pidkjohcijegophmalkjcojogkoehelb |
Oficjalny URL | https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb |
Opis | We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site |
Rozmiar pliku | 40.11 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2014-12-04 |
Data Publikacji | 2014-12-04 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://ivoicesoft.com |
Typ Płatności | free |
Strona Rozszerzenia | http://coupons.ivoicesoft.com/ |
Adres URL Strony Pomocy | http://coupons.ivoicesoft.com/ |
Obsługiwane Języki | 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 } |