iConsumer Button

iConsumer Button

iConsumer Button란 무엇입니까?

iConsumer Button은(는) https://iconsumer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "iConsumer Button"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

iConsumer Button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}