Aliexpress ePacket identificator
Easily identify aliexpress products with ePacket Finder or SF eParcel
Aliexpress ePacket identificator là gì?
Aliexpress ePacket identificator là một tiện ích mở rộng Chrome được phát triển bởi DropshipMeta 2, và tính năng chính của nó là "Easily identify aliexpress products with ePacket Finder or SF eParcel".
Ả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 Aliexpress ePacket identificator
Tải xuống các tệp mở rộng Aliexpress ePacket identificator 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
This Aliexpress ePacket finder & identification let you find the products that offer ePacket and SF eParcel shipping easly to save your time Why our extension is better than others ? 1. you can also identify SF eParcel that its also a fast & cheap shipping company for some countries 2. you can easly see if the seller use epacket or not and if its free , because our extension identify it with different colors Free ePacket : Green color Paid ePacket : Blue color No ePacket : Red color Add our extension and save 30% of your time !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | khgcejcjgjnnoknmgmmdjodfbnebjmpl |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl |
Mô tả | Easily identify aliexpress products with ePacket Finder or SF eParcel |
Kích Thước Tệp | 358 KB |
Số Lần Cài Đặt | 2,122 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2020-07-20 |
Ngày Phát Hành | 2020-07-17 |
Đánh Giá | 2.63/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | DropshipMeta 2 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.dropshipping-ebay.com |
URL Trang Chính Sách Bảo Mật | https://dropshipmeta.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress ePacket identificator", "short_name": "Aliexpress ePacket & SF eParcel Identificator", "version": "0.0.6", "description": "Easily identify aliexpress products with ePacket Finder or SF eParcel", "permissions": [ "storage", "tabs", "*:\/\/*.aliexpress.com\/*" ], "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "lib\/jquery-3.2.1.min.js", "js\/domTask.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |