iVoicesoft Auto Suggest

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

What is iVoicesoft Auto Suggest?

iVoicesoft Auto Suggest is a Chrome extension developed by http://ivoicesoft.com, and its main feature is "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site".

Extension Screenshots

screenshot

Download iVoicesoft Auto Suggest Extension CRX File

Download iVoicesoft Auto Suggest extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name iVoicesoft Auto Suggest iVoicesoft Auto Suggest
ID pidkjohcijegophmalkjcojogkoehelb
Official URL 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
File Size 40.11 KB
Installation Count 37
Current Version 1.3
Last Updated 2014-12-04
Publish Date 2014-12-04
Rating 5.00/5 Total 1 Ratings
Developer http://ivoicesoft.com
Payment Type free
Extension Website http://coupons.ivoicesoft.com/
Help Page URL http://coupons.ivoicesoft.com/
Supported Languages 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
}