Cross - Compare Amazon Prices
Find the best Amazon price in the world.
Cross - Compare Amazon Prices란 무엇입니까?
Cross - Compare Amazon Prices은(는) https://trycross.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the best Amazon price in the world."입니다.
확장 프로그램 스크린샷
Cross - Compare Amazon Prices 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cross helps you find the best possible price for any product on Amazon. Compare prices from all 17 Amazon stores in your local currency. Hover over the Best Region button to see the price tags from different regions. Select a currency from the drop down menu to convert them using up-to-date exchange rates. If you have any questions, you can contact us at [email protected] ---------------------------------------------------- Disclaimer: Prices from other regions are estimates and may be different from the actual price at checkout. Exchange rates are not fixed and may change at any given moment.
확장 프로그램 기본 정보
이름 | Cross - Compare Amazon Prices |
ID | pdmhpiiaheknhfbnnmhfkghioikbailf |
공식 URL | https://chromewebstore.google.com/detail/cross-compare-amazon-pric/pdmhpiiaheknhfbnnmhfkghioikbailf |
설명 | Find the best Amazon price in the world. |
파일 크기 | 2.16 MB |
설치 횟수 | 1,738 |
현재 버전 | 1.34 |
최근 업데이트 | 2022-10-20 |
출시 날짜 | 2020-06-21 |
평점 | 4.50/5 총 12 개의 평점 |
개발자 | https://trycross.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://trycross.com |
개인정보 보호 정책 페이지 URL | https://trycross.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "css\/style.css", "css\/normalize.css", "css\/cross.css", "css\/webflow.css", "css\/flag-icon.min.css" ], "js": [ "lib\/jquery.js", "lib\/mustache.js", "lib\/globalize.js", "lib\/globalize.cultures.js", "content.js" ], "matches": [ "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.ca\/*", "http:\/\/www.amazon.com.mx\/*", "https:\/\/www.amazon.com.mx\/*", "http:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.co.uk\/*", "http:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.au\/*", "http:\/\/www.amazon.in\/*", "https:\/\/www.amazon.in\/*", "http:\/\/www.amazon.de\/*", "https:\/\/www.amazon.de\/*", "http:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.fr\/*", "http:\/\/www.amazon.es\/*", "https:\/\/www.amazon.es\/*", "http:\/\/www.amazon.it\/*", "https:\/\/www.amazon.it\/*", "http:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.br\/*", "http:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.jp\/*", "http:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.com.tr\/*", "http:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.cn\/*", "http:\/\/www.amazon.sg\/*", "https:\/\/www.amazon.sg\/*", "http:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.ae\/*", "http:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.ecb.int\/stats\/eurofxref\/*", "https:\/\/www.ecb.europa.eu\/stats\/eurofxref\/*" ] } ], "description": "Find the best Amazon price in the world.", "homepage_url": "https:\/\/trycross.com", "action": { "default_title": "Cross - Compare Amazon Prices" }, "icons": { "128": "icons\/icon.png", "16": "icons\/icon.png", "48": "icons\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "http:\/\/www.blogger.com\/", "*:\/\/*\/*" ], "manifest_version": 3, "name": "Cross - Compare Amazon Prices", "short_name": "Cross", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.34", "web_accessible_resources": [ { "resources": [ "images\/icon.png", "images\/loader.gif", "images\/placeholder.png", "images\/return.png", "css\/style.css", "lib\/jquery.js", "tooltip.html", "flags\/*" ], "matches": [ " |