eZ Elite Creator
Easily create eZ Elites from your Amazon and eBay shipments
eZ Elite Creator là gì?
eZ Elite Creator là một tiện ích mở rộng Chrome được phát triển bởi https://getezone.com, và tính năng chính của nó là "Easily create eZ Elites from your Amazon and eBay shipments".
Ả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 eZ Elite Creator
Tải xuống các tệp mở rộng eZ Elite Creator 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
Easily create eZ Elites from your Amazon and eBay shipments. Runs in the background of your Chrome browser or run manually through the interface. Requires login to Amazon, eBay and eZone accounts.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | eZ Elite Creator |
ID | npffgkeiloipncddpajpeafdahfgoibo |
URL Chính Thức | https://chromewebstore.google.com/detail/ez-elite-creator/npffgkeiloipncddpajpeafdahfgoibo |
Mô tả | Easily create eZ Elites from your Amazon and eBay shipments |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 1,594 |
Phiên Bản Hiện Tại | 1.9.5 |
Cập Nhật Lần Cuối | 2022-07-18 |
Ngày Phát Hành | 2020-07-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://getezone.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://getezone.com |
URL Trang Trợ Giúp | https://getezone.com/faqs |
URL Trang Chính Sách Bảo Mật | https://www.getezone.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eZ Elite Creator", "description": "Easily create eZ Elites from your Amazon and eBay shipments", "version": "1.9.5", "icons": { "128": "www\/images\/icon128.png" }, "background": { "scripts": [ "www\/js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.ebay.com\/*" ], "js": [ "www\/js\/scrapeEbayContent.js" ] } ], "browser_action": { "default_icon": { "19": "www\/images\/icon19.png", "38": "www\/images\/icon38.png", "128": "www\/images\/icon128.png" }, "default_popup": "www\/index.html" }, "permissions": [ "alarms", "notifications", "storage", "tabs", "webNavigation", "unlimitedStorage", "https:\/\/*.getezone.com\/", "https:\/\/*.amazon.com\/", "https:\/\/amazon.com\/", "https:\/\/*.ebay.com\/*", "https:\/\/ebay.com\/" ] } |