Amazon Seller and Dispatch Information
Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.
Amazon Seller and Dispatch Information란 무엇입니까?
Amazon Seller and Dispatch Information은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address."입니다.
확장 프로그램 스크린샷
Amazon Seller and Dispatch Information 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you tired of having to click each item in the Amazon search result just to find out that its either not sold by Amazon, dispatched from somewhere other than Amazon (long delivery) or not even delivered to your country? This extension shows all of this information directly in the Amazon search results. No more clicking! After the Amazon.com or Amazon.de search result page appears, this extension springs into action. After about 1-2 seconds the following information is fetched and displayed inline with the search results: * Who the seller is. * If the item is dispatched from Amazon. * If the item cannot be dispatched to your address. * If the item is out of stock. If you have any problems, contact [email protected]
확장 프로그램 기본 정보
이름 | Amazon Seller and Dispatch Information |
ID | pfcamicmmpaihhjmapbmkdhfnophopoe |
공식 URL | https://chromewebstore.google.com/detail/amazon-seller-and-dispatc/pfcamicmmpaihhjmapbmkdhfnophopoe |
설명 | Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address. |
파일 크기 | 36.78 KB |
설치 횟수 | 24 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-04-03 |
출시 날짜 | 2018-04-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "delivered-box-verification-symbol.png" }, "name": "Amazon Seller and Dispatch Information", "description": "Shows seller and delivery information directly in Amazon search results. Also shows if an item cannot be delivered to your address.", "version": "1.0.1", "content_scripts": [ { "matches": [ "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.com\/*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ] } ] } |