iConsumer Button

iConsumer Button

iConsumer Button क्या है?

iConsumer Button https://iconsumer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "iConsumer Button"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iConsumer Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}