iVoicesoft Auto Suggest

We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site

Cos'è iVoicesoft Auto Suggest?

iVoicesoft Auto Suggest è un'estensione di Chrome sviluppata da http://ivoicesoft.com, e la sua funzione principale è "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iVoicesoft Auto Suggest

Scarica i file di estensione iVoicesoft Auto Suggest in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome iVoicesoft Auto Suggest iVoicesoft Auto Suggest
ID pidkjohcijegophmalkjcojogkoehelb
URL Ufficiale https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb
Descrizione We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
Dimensione del File 40.11 KB
Conteggio Installazioni 37
Versione Corrente 1.3
Ultimo Aggiornamento 2014-12-04
Data di Pubblicazione 2014-12-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://ivoicesoft.com
Tipo di Pagamento free
Sito Web dell'Estensione http://coupons.ivoicesoft.com/
URL della Pagina di Aiuto http://coupons.ivoicesoft.com/
Lingue Supportate 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
}