ebay Total Cost Display
Show the total price/cost of ebay items (price+shipping)
ebay Total Cost Display là gì?
ebay Total Cost Display là một tiện ích mở rộng Chrome được phát triển bởi Robert Kohr, và tính năng chính của nó là "Show the total price/cost of ebay items (price+shipping)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ebay Total Cost Display
Tải xuống các tệp mở rộng ebay Total Cost Display dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Shows the total cost of a product in eBay listings (price + shipping).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ebay Total Cost Display |
ID | heneliofimmlbokhbapdppelcohehpam |
URL Chính Thức | https://chromewebstore.google.com/detail/ebay-total-cost-display/heneliofimmlbokhbapdppelcohehpam |
Mô tả | Show the total price/cost of ebay items (price+shipping) |
Kích Thước Tệp | 99.07 KB |
Số Lần Cài Đặt | 141 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-07-08 |
Ngày Phát Hành | 2019-07-08 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Robert Kohr |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |