iVoicesoft Auto Suggest

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

Apa itu iVoicesoft Auto Suggest?

iVoicesoft Auto Suggest adalah ekstensi Chrome yang dikembangkan oleh http://ivoicesoft.com, dan fitur utamanya adalah "We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi iVoicesoft Auto Suggest

Unduh file ekstensi iVoicesoft Auto Suggest dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama iVoicesoft Auto Suggest iVoicesoft Auto Suggest
ID pidkjohcijegophmalkjcojogkoehelb
URL Resmi https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb
Deskripsi We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
Ukuran File 40.11 KB
Jumlah Instalasi 37
Versi Saat Ini 1.3
Terakhir Diperbarui 2014-12-04
Tanggal Publikasi 2014-12-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://ivoicesoft.com
Tipe Pembayaran free
Situs Ekstensi http://coupons.ivoicesoft.com/
URL Halaman Bantuan http://coupons.ivoicesoft.com/
Bahasa yang Didukung 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
}