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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Ibotta: Price compare, cashback, item alerts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}