iVoicesoft Auto Suggest

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

什麼是iVoicesoft Auto Suggest?

iVoicesoft Auto Suggest是由http://ivoicesoft.com開發的Chrome擴展程式,該擴展的主要功能是“We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site”。

擴展截圖

screenshot

下載iVoicesoft Auto Suggest擴展crx文件

下載iVoicesoft Auto Suggest擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 iVoicesoft Auto Suggest iVoicesoft Auto Suggest
ID pidkjohcijegophmalkjcojogkoehelb
官方網址 https://chrome.google.com/webstore/detail/ivoicesoft-auto-suggest/pidkjohcijegophmalkjcojogkoehelb
簡介 We suggest Coupon code and Giveaway for software. Auto suggest Coupon code whenever you visit software site
檔案大小 40.11 KB
安裝次數 37
目前版本 1.3
更新時間 2014-12-04
上架時間 2014-12-04
評分 5.00/5 共 1 次評分
開發者 http://ivoicesoft.com
付費類型 free
擴展官網 http://coupons.ivoicesoft.com/
說明頁面URL http://coupons.ivoicesoft.com/
支援的語言 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
}