Amazon Shipping Check
Check if Amazon ships product to your country easy and fast.
Amazon Shipping Check란 무엇입니까?
Amazon Shipping Check은(는) A.Abualhassan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check if Amazon ships product to your country easy and fast."입니다.
확장 프로그램 스크린샷
Amazon Shipping Check 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Check if Amazon ships products to your country while searching for them easy and fast. Supports all Amazon stores. Vérifiez si Amazon expédie les produits dans votre pays facilement et rapidement. L'extension fonctionne avec tous les magasins Amazon. Überprüfen Sie einfach und schnell, welche von ihnen gesuchten Produkte Amazon zu ihnen nach Hause liefert. Unterstützt alle Amazon Stores. Instructions: Make sure you set a delivery address / country on the top left corner of Amazon web page. Open Amazon website and search for a product. Wait a few seconds for the results to show on products. It only works on your search results. Notes: This extension is designed to work with chrome desktop browser, nevertheless, it could also work on edge or any other chromium based browser. In some Amazon websites the banner might not show up. Supported Stores: United States: amazon.com Germany: amazon.de France: amazon.fr United Kingdom: amazon.co.uk Italy: amazon.it UAE: amazon.ae Netherlands: amazon.nl Spain: amazon.es China: amazon.cn India: amazon.in Japan: amazon.co.jp Singapore: amazon.com.sg Canada: amazon.ca Mexico: amazon.com.mx Australia: amazon.com.au Brazil: amazon.com.br
확장 프로그램 기본 정보
이름 | Amazon Shipping Check |
ID | ilmfkpcomhgjcnkffihhhnpadgfopald |
공식 URL | https://chromewebstore.google.com/detail/amazon-shipping-check/ilmfkpcomhgjcnkffihhhnpadgfopald |
설명 | Check if Amazon ships product to your country easy and fast. |
파일 크기 | 60.85 KB |
설치 횟수 | 112 |
현재 버전 | 1.1.12 |
최근 업데이트 | 2020-10-25 |
출시 날짜 | 2020-06-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | A.Abualhassan |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.facebook.com/amzshippingcheck/ |
지원되는 언어 | en-GB |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html#popup", "default_title": "Amazon Shipping Check" }, "content_scripts": [ { "css": [ "mystyle.css" ], "js": [ "jq.js", "attrchange.js", "myscript.js" ], "matches": [ "http:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.jp\/*", "http:\/\/*.amazon.in\/*", "https:\/\/*.amazon.in\/*", "http:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.ca\/*", "http:\/\/*.amazon.it\/*", "https:\/\/*.amazon.it\/*", "http:\/\/*.amazon.es\/*", "https:\/\/*.amazon.es\/*", "http:\/\/*.amazon.de\/*", "https:\/\/*.amazon.de\/*", "http:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.co.uk\/*", "http:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.fr\/*", "http:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.cn\/*", "http:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.nl\/*", "http:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.au\/*", "http:\/\/*.amazon.com.sg\/*", "https:\/\/*.amazon.com.sg\/*", "http:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.mx\/*", "http:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.br\/*", "http:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.ae\/*" ] } ], "description": "Check if Amazon ships product to your country easy and fast.", "icons": { "128": "icon128.png", "19": "icon19.png", "38": "icon38.png" }, "manifest_version": 2, "name": "Amazon Shipping Check", "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.12" } |