ebay Total Cost Display
Show the total price/cost of ebay items (price+shipping)
ebay Total Cost Display란 무엇입니까?
ebay Total Cost Display은(는) Robert Kohr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the total price/cost of ebay items (price+shipping)"입니다.
확장 프로그램 스크린샷
ebay Total Cost Display 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Shows the total cost of a product in eBay listings (price + shipping).
확장 프로그램 기본 정보
이름 | ebay Total Cost Display |
ID | heneliofimmlbokhbapdppelcohehpam |
공식 URL | https://chromewebstore.google.com/detail/ebay-total-cost-display/heneliofimmlbokhbapdppelcohehpam |
설명 | Show the total price/cost of ebay items (price+shipping) |
파일 크기 | 99.07 KB |
설치 횟수 | 141 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-07-08 |
출시 날짜 | 2019-07-08 |
평점 | 3.60/5 총 5 개의 평점 |
개발자 | Robert Kohr |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ebay Total Cost Display", "version": "1.0.0", "manifest_version": 2, "description": "Show the total price\/cost of ebay items (price+shipping)", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/*.ebay.org\/", "https:\/\/*.ebay.ca\/", "https:\/\/*.ebay.at\/", "https:\/\/*.ebay.cz\/", "https:\/\/*.ebay.fi\/", "https:\/\/*.ebay.de\/", "https:\/\/*.ebay.gr\/", "https:\/\/*.ebay.it\/", "https:\/\/*.ebay.pl\/", "https:\/\/*.ebay.pt\/", "https:\/\/*.ebay.es\/", "https:\/\/*.ebay.se\/", "https:\/\/*.ebay.ch\/", "https:\/\/*.ebay.com.tr\/", "https:\/\/*.ebay.co.uk\/", "https:\/\/*.ebay.com.cn\/", "https:\/\/*.ebay.hk\/", "https:\/\/*.ebay.co.in\/", "https:\/\/*.ebay.jp\/", "https:\/\/*.ebay.co.kr\/", "https:\/\/*.ebay.com.ph\/", "https:\/\/*.ebay.com.sg\/", "https:\/\/*.ebay.com.tw\/", "https:\/\/*.ebay.co.th\/", "https:\/\/*.ebay.com.au\/", "https:\/\/*.ebay.co.nz\/", "https:\/\/*.ebay.com.mx\/", "https:\/\/*.ebay.co.za\/", "https:\/\/*.ebay.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.ebay.org\/*", "*:\/\/*.ebay.ca\/*", "*:\/\/*.ebay.at\/*", "*:\/\/*.ebay.cz\/*", "*:\/\/*.ebay.fi\/*", "*:\/\/*.ebay.de\/*", "*:\/\/*.ebay.gr\/*", "*:\/\/*.ebay.it\/*", "*:\/\/*.ebay.pl\/*", "*:\/\/*.ebay.pt\/*", "*:\/\/*.ebay.es\/*", "*:\/\/*.ebay.se\/*", "*:\/\/*.ebay.ch\/*", "*:\/\/*.ebay.com.tr\/*", "*:\/\/*.ebay.co.uk\/*", "*:\/\/*.ebay.com.cn\/*", "*:\/\/*.ebay.hk\/*", "*:\/\/*.ebay.co.in\/*", "*:\/\/*.ebay.jp\/*", "*:\/\/*.ebay.co.kr\/*", "*:\/\/*.ebay.com.ph\/*", "*:\/\/*.ebay.com.sg\/*", "*:\/\/*.ebay.com.tw\/*", "*:\/\/*.ebay.co.th\/*", "*:\/\/*.ebay.com.au\/*", "*:\/\/*.ebay.co.nz\/*", "*:\/\/*.ebay.com.mx\/*", "*:\/\/*.ebay.co.za\/*", "*:\/\/*.ebay.com\/*" ], "js": [ "jquery-1.3.2.min.js", "jquery-ui-1.7.2.custom.min.js", "jquery.ba-dotimeout.js", "main.js" ], "css": [ "main.css" ], "run_at": "document_start" } ] } |