iVoicesoft Auto Suggest

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

Qu'est-ce que iVoicesoft Auto Suggest ?

iVoicesoft Auto Suggest est une extension Chrome développée par http://ivoicesoft.com, et sa fonction principale est "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iVoicesoft Auto Suggest

Téléchargez les fichiers d'extension iVoicesoft Auto Suggest au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom iVoicesoft Auto Suggest iVoicesoft Auto Suggest
ID pidkjohcijegophmalkjcojogkoehelb
URL Officiel https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb
Description We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
Taille du Fichier 40.11 KB
Nombre d'Installations 37
Version Actuelle 1.3
Dernière Mise à Jour 2014-12-04
Date de Publication 2014-12-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://ivoicesoft.com
Type de Paiement free
Site Web de l'Extension http://coupons.ivoicesoft.com/
URL de la Page d'Aide http://coupons.ivoicesoft.com/
Langues Prises en Charge 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
}