Octoshop: Price compare, cashback, alerts

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

Octoshop: Price compare, cashback, alerts란 무엇입니까?

Octoshop: Price compare, cashback, alerts은(는) Ibotta, Inc.에 의해 개발된 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
screenshot

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

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

확장 프로그램 사용 설명서

                        OctoShop powered by Ibotta:

OctoShop lets you price and inventory check across all of our supported stores and set notifications to find out when out-of-stock items come back in stock!

- Find other stores with products in-stock
If something is out-of-stock on one retail website, OctoShop will show you other retailers that have the same product in-stock. 

- Always get the best prices
OctoShop will make sure you get the best prices for everything you buy online by showing you prices at other online stores. Fight price gouging and never get ripped off again!

- Get notified when something is back in-stock.
OctoShop lets you track out-of-stock products to get notified when they do get restocked. 

- Get notified when prices drops
Something too expensive? Retailers change their prices all the time. Set a price that you are willing to buy something for and OctoShop will notify you if the price drops below your threshold.

- Earn rewards for shopping online
Earn cashback rewards in the form of gift cards while you shop at partnered retailers.

From the creators of InStok.org - Featured on USA Today, ABC News, CBS, Dallas Morning News, etc
https://www.usatoday.com/story/tech/nation-now/2020/03/29/web-tracker-lets-shoppers-find-essentials-amid-coronavirus/2935897001/
https://abcnews.go.com/Business/texas-college-students-create-website-track-stock-local/story?id=69871744

Privacy Policy - https://www.instok.org/extensionprivacy (Last updated - May 1, 2021)                    

확장 프로그램 기본 정보

이름 Octoshop: Price compare, cashback, alerts Octoshop: Price compare, cashback, alerts
ID ahajkaoongodcmoohkcceoklokapadfh
공식 URL https://chromewebstore.google.com/detail/octoshop-price-compare-ca/ahajkaoongodcmoohkcceoklokapadfh
설명 Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.
파일 크기 1.92 MB
설치 횟수 59,159
현재 버전 104.24.1
최근 업데이트 2024-01-31
출시 날짜 2020-07-04
평점 4.86/5 총 427 개의 평점
개발자 Ibotta, Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://instok.org
도움말 페이지 URL https://octoshop.org
개인정보 보호 정책 페이지 URL https://ibotta.com/docs/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Octoshop: Price compare, cashback, alerts",
    "description": "Get the best price every time! Earn cash back at thousands of retailers, compare prices, and set price drop alerts.",
    "version": "104.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\/octoshop_icon_production_16.png",
        "32": "icons\/octoshop_icon_production_32.png",
        "48": "icons\/octoshop_icon_production_48.png",
        "128": "icons\/octoshop_icon_production_128.png"
    },
    "action": {
        "default_popup": "browserAction.html"
    }
}