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 là gì?

Ibotta: Price compare, cashback, item alerts là một tiện ích mở rộng Chrome được phát triển bởi https://ibotta.com, và tính năng chính của nó là "Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ibotta: Price compare, cashback, item alerts

Tải xuống các tệp mở rộng Ibotta: Price compare, cashback, item alerts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        💵 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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ibotta: Price compare, cashback, item alerts Ibotta: Price compare, cashback, item alerts
ID mfaedmjlefifhnhpgipjjiiekchaimpk
URL Chính Thức https://chromewebstore.google.com/detail/ibotta-price-compare-cash/mfaedmjlefifhnhpgipjjiiekchaimpk
Mô tả Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.
Kích Thước Tệp 1.92 MB
Số Lần Cài Đặt 384,714
Phiên Bản Hiện Tại 4.24.1
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2020-07-01
Đánh Giá 4.10/5 Tổng số 622 Đánh Giá
Nhà Phát Triển https://ibotta.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://help.ibotta.com/hc/en-us/requests/new
URL Trang Chính Sách Bảo Mật https://ibotta.com/docs/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}