Ibotta: Price compare, cashback, item alerts

Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.

Ibotta: Price compare, cashback, item alerts क्या है?

Ibotta: Price compare, cashback, item alerts https://ibotta.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Ibotta: Price compare, cashback, item alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        💵 CASH BACK ACTIVATION AT 2,000+ RETAILERS

Shop online like you always do. We’ll let you know if there’s cash back available, then just click Activate to earn! No more promo codes, discount codes, coupons or racking up points. Ibotta users earn an average of $150+ a year!

💯 PRICE COMPARISON & NET PRICE

View on-demand price comparisons while shopping online with direct links to purchase the same, less expensive item from other retailers' sites. The Ibotta browser extension will calculate and show you the net price of an item after earning cash back!

🔔 ITEM AVAILABILITY & PRICE ALERTS  

Is the product you want out of stock? Are you waiting for a better price? Set up custom notifications that send browser alerts when items drop in price, come back in stock, or are low in stock.

📉 PRICE HISTORY

Keep tabs on an item's price fluctuation over 30-day periods.

Add the Ibotta browser extension to Chrome now and start raking in the cash!                    

एक्सटेंशन की मूल जानकारी

नाम Ibotta: Price compare, cashback, item alerts Ibotta: Price compare, cashback, item alerts
ID mfaedmjlefifhnhpgipjjiiekchaimpk
आधिकारिक URL https://chromewebstore.google.com/detail/ibotta-price-compare-cash/mfaedmjlefifhnhpgipjjiiekchaimpk
विवरण Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.
फ़ाइल का आकार 1.92 MB
स्थापना संख्या 384,714
वर्तमान संस्करण 4.24.1
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2020-07-01
रेटिंग 4.10/5 कुल 622 रेटिंग्स
डेवलपर https://ibotta.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://help.ibotta.com/hc/en-us/requests/new
गोपनीयता नीति पृष्ठ URL https://ibotta.com/docs/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ibotta: Price compare, cashback, item alerts",
    "description": "Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.",
    "version": "4.24.1",
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "https:\/\/ibotta.com\/*"
        ],
        "ids": [
            "mfaedmjlefifhnhpgipjjiiekchaimpk",
            "eakakilajiadeadpakfhgahplpphgiko",
            "daoahnjjdjmnkppejpdedleddnnccdmh",
            "odcdkbcfkbfldbcadjnpiphmacnkckll",
            "ahajkaoongodcmoohkcceoklokapadfh",
            "lhnbfmicemfhkonkkejfpcjdpkphkppm",
            "dpokhdgldbkphnijmamknognepahmkhi"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "background",
        "webRequest",
        "declarativeNetRequest",
        "alarms",
        "offscreen",
        "cookies"
    ],
    "background": {
        "service_worker": "static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*",
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/ibotta_icon_production_16.png",
        "32": "icons\/ibotta_icon_production_32.png",
        "48": "icons\/ibotta_icon_production_48.png",
        "128": "icons\/ibotta_icon_production_128.png"
    },
    "action": {
        "default_popup": "browserAction.html"
    }
}