Price Checker: Price Comparison Tool
Use Price Checker to compare the different store prices before you buy and save up to 60%!
Price Checker: Price Comparison Tool란 무엇입니까?
Price Checker: Price Comparison Tool은(는) https://fashiondiscounts.today에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use Price Checker to compare the different store prices before you buy and save up to 60%!"입니다.
확장 프로그램 스크린샷
Price Checker: Price Comparison Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features - Check prices of the different country stores - Multiple currencies - The latest version lets you choose your favorite currency (supports 10 different currencies) If you want to get Price history, Price drop alert or Back in-stock alert for a product, navigate to our website. Support for several other fashion stores is coming soon. Did you know that the same product could have different prices on different country-dedicated websites? For example, an item that is sold for €100 on the German website could be sold for €50 on Italian website. Additionally, a product that is out of stock in one store can be available in other stores. You found a perfect product but you could not find your size? It is also possible that other stores have your size. Use this extension to compare the different store prices, availability and size before you buy. You could be saving up to 50%, find out of stock product or even your missing size! Do you want price drop alert for your favorite product? Do you want to get notified when a product is back in stock? Then head over to our website and use this additional services. NOTE: This extension offers some additional functionality to the browser that can be reproduced without the need of this extension by any individual.
확장 프로그램 기본 정보
이름 | Price Checker: Price Comparison Tool |
ID | lobpgnmnmafegbfimmpcpciofgdgjjol |
공식 URL | https://chromewebstore.google.com/detail/price-checker-price-compa/lobpgnmnmafegbfimmpcpciofgdgjjol |
설명 | Use Price Checker to compare the different store prices before you buy and save up to 60%! |
파일 크기 | 187 KB |
설치 횟수 | 1,202 |
현재 버전 | 2.3 |
최근 업데이트 | 2023-04-06 |
출시 날짜 | 2020-12-09 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://fashiondiscounts.today |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://fashiondiscounts.today |
도움말 페이지 URL | https://fashiondiscounts.today/faq.php |
개인정보 보호 정책 페이지 URL | https://fashiondiscounts.today/privacy_policy.php |
지원되는 언어 | de,en,fr,es,it,ru,iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "version": "2.3", "short_name": "Price Checker", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "status.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.asos.com\/*", "*:\/\/*.asos.de\/*", "*:\/\/*.asos.fr\/*" ], "js": [ "jsm.js", "content.js", "main.js", "juim.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "https:\/\/*.fashiondiscounts.today\/*", "https:\/\/*.fd2day.com\/*", "*:\/\/*.asos.com\/*", "*:\/\/*.asos.de\/*", "*:\/\/*.asos.fr\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js; object-src 'self'" } |