iConsumer Button

iConsumer Button

什么是iConsumer Button?

iConsumer Button是由https://iconsumer.com开发的Chrome扩展程序,该扩展的主要功能是“iConsumer Button”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载iConsumer Button扩展crx文件

下载iConsumer Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        IT'S TIME TO GET YOUR SHARE.
Our members not only get great deals and rebates when they shop at over 2300 stores, they earn iConsumer stock, too. It's time to get your share.

Join the thousands if iConsumers who save big and earn stock when they shop.

The iConsumer Button is a tiny addition to your browser which automatically tells participating stores that you want to earn rebates and use valuable coupons when you shop.  It also highlights your search results to tell you exactly which ones are for stores in the iConsumer network.  No pop ups, ads, toolbars, special search engine, or unwanted emails. 


4 GREAT REASONS TO JOIN ICONSUMER.
- More than 2300 of the best online stores
- Great deals and coupons every time
- Rebates with every purchase
- iConsumer stock - earn shares every time you shop or refer a friend

Privacy Policy: http://www.iconsumer.com/html/privacy.cfm                    

扩展基本信息

名称 iConsumer Button iConsumer Button
ID iiegolhfllkppagjhcchakhkkbmepdgd
官方URL https://chromewebstore.google.com/detail/iconsumer-button/iiegolhfllkppagjhcchakhkkbmepdgd
简介 iConsumer Button
文件大小 164 KB
安装次数 2,964
当前版本 2.0.5.0
更新时间 2020-06-17
上架时间 2020-06-16
评分 4.00/5 共3次评分
开发者 https://iconsumer.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.iconsumer.com/button
帮助页面URL http://support.iconsumer.com/kb/a204/iconsumer-button.aspx
隐私政策页面URL https://www.iconsumer.com/html/privacy.cfm
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iConsumer Button",
    "version": "2.0.5.0",
    "description": "iConsumer Button",
    "homepage_url": "https:\/\/www.iconsumer.com",
    "manifest_version": 2,
    "author": "iConsumer.com Holdings LLC",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "",
        "cookies"
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon-24.png",
        "default_title": "iConsumer Button",
        "default_popup": "popup.html"
    },
    "icons": {
        "24": "icon-24.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "content\/*.css",
        "content\/*.svg",
        "icon-24.png"
    ]
}