iConsumer Button

iConsumer Button

Что такое iConsumer Button?

iConsumer Button - это расширение Chrome, разработанное https://iconsumer.com, и его основная функция - "iConsumer Button".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения iConsumer Button

Скачайте файлы расширений 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"
    ]
}