Misabel: Compare prices & Track Price History

Instantly compare prices, check price history charts and save money when you shop online.

Misabel: Compare prices & Track Price History란 무엇입니까?

Misabel: Compare prices & Track Price History은(는) Misabel Home에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly compare prices, check price history charts and save money when you shop online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Misabel: Compare prices & Track Price History 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Your money-saving assistant for main online US home improvement and electronics retailer sites.

With the power of AI technologies it is a new way to automatically save money. It includes price comparison while you are browsing online and also you have access to the price history of the product for many online retailers like Amazon, Walmart, Wayfair, BestBuy, Target and so on.

No account needed. Just install and start saving money. Instantly compare prices and track price when you shop online, check price history charts from all available stores with the option to be alerted on price drops to all e-commerce sites.

● Compare price
Prices for all supported e-commerce are listed and can easily be tracked for the most biggest retailers like Amazon, Walmart, BestBuy, Target, Wayfair and others.

● Price history charts and price tracker
Detailed Price History charts for over 6 million products and over 15 retailers, including Amazon, Walmart, BestBuy, Target, Wayfair and other big retailers.

● Price Drop & Availability Alerts
Set up a price watch directly from the product page. We track any product for you and notify you once the product dropped below your desired price.

We follow Chrome's minimum permissions policy and only request the following permissions: 
● Access to misabel.ai: needed for communication with our servers to provide the extension with price history data and handle your (optional) user account for price tracking.
● Access to product display pages in order to embed our price history graph directly on sellers product pages.

That's it. You can also read our privacy policy, it is really short: https://home.misabel.ai/privacy-policy/

If you have any questions or suggestions email us at [email protected] or visit our FAQ page: https://www.misabel.ai/faq/                    

확장 프로그램 기본 정보

이름 Misabel: Compare prices & Track Price History Misabel: Compare prices & Track Price History
ID cjaiblgaejjfahakpjcibnjmgfdmanae
공식 URL https://chromewebstore.google.com/detail/misabel-compare-prices-tr/cjaiblgaejjfahakpjcibnjmgfdmanae
설명 Instantly compare prices, check price history charts and save money when you shop online.
파일 크기 509 KB
설치 횟수 123
현재 버전 3.7.8
최근 업데이트 2021-03-21
출시 날짜 2020-09-10
평점 3.90/5 총 10 개의 평점
개발자 Misabel Home
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://home.misabel.ai/plugin/
도움말 페이지 URL https://home.misabel.ai/plugin/
개인정보 보호 정책 페이지 URL https://home.misabel.ai/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Misabel: Compare prices & Track Price History",
    "version": "3.7.8",
    "description": "Instantly compare prices, check price history charts and save money when you shop online.",
    "permissions": [
        "cookies",
        "identity",
        "storage",
        "notifications",
        "https:\/\/*.misabel.ai\/*",
        "https:\/\/*.google.com\/*"
    ],
    "web_accessible_resources": [
        "images\/logoShop\/*.png",
        "images\/logoShop\/*.svg",
        "images\/*.png",
        "images\/*.svg",
        "content.html",
        "css\/myStyles.css"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*\/dp\/*",
                "https:\/\/*.amazon.com\/dp\/*",
                "https:\/\/*.wayfair.com\/*\/pdp\/*",
                "https:\/\/*.comfortmarket.com\/*.html",
                "https:\/\/*.walmart.com\/ip\/*",
                "https:\/\/*.bedbathandbeyond.com\/store\/product\/*\/*",
                "https:\/\/*.homedepot.com\/p\/*",
                "https:\/\/*.lowes.com\/pd\/*",
                "https:\/\/*.target.com\/p\/*",
                "https:\/\/*.kohls.com\/product\/*",
                "https:\/\/*.macys.com\/shop\/product\/*",
                "https:\/\/*.gilt.com\/boutique\/product\/*\/*",
                "https:\/\/*.jcpenney.com\/p\/*\/*",
                "https:\/\/*.bestbuy.com\/site\/*.p*",
                "https:\/\/*.overstock.com\/*\/product.html*",
                "https:\/\/*.bhphotovideo.com\/*\/product\/*",
                "https:\/\/*.newegg.com\/p\/*",
                "https:\/\/*.newegg.com\/*\/p\/*",
                "https:\/\/*.houzz.com\/products\/*~*",
                "https:\/\/*.samsclub.com\/p\/*",
                "https:\/\/*.acehardware.com\/departments\/*\/*\/*\/*",
                "https:\/\/*.abt.com\/product\/*.html",
                "https:\/\/*.staples.com\/*\/product_*",
                "https:\/\/*.ulta.com\/*?productId=*",
                "https:\/\/*.bloomingdales.com\/shop\/product\/*",
                "https:\/\/*.sephora.fr\/p\/*.html"
            ],
            "css": [
                "css\/myStyles.css"
            ],
            "js": [
                "content.js",
                "lib\/chartjs\/moment.js",
                "lib\/chartjs\/Chart.min.js",
                "lib\/c3\/c3.min.js",
                "lib\/d3\/d3-5.8.2.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com\/js\/api.js; object-src 'self'",
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 2
}