Aliexpress ePacket identificator
Easily identify aliexpress products with ePacket Finder or SF eParcel
什么是Aliexpress ePacket identificator?
Aliexpress ePacket identificator是由DropshipMeta 2开发的Chrome扩展程序,该扩展的主要功能是“Easily identify aliexpress products with ePacket Finder or SF eParcel”。
扩展截图
下载Aliexpress ePacket identificator扩展crx文件
下载Aliexpress ePacket identificator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 !
扩展基本信息
名称 | Aliexpress ePacket identificator |
ID | khgcejcjgjnnoknmgmmdjodfbnebjmpl |
官方URL | https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl |
简介 | Easily identify aliexpress products with ePacket Finder or SF eParcel |
文件大小 | 358 KB |
安装次数 | 2,122 |
当前版本 | 0.0.6 |
更新时间 | 2020-07-20 |
上架时间 | 2020-07-17 |
评分 | 2.63/5 共8次评分 |
开发者 | DropshipMeta 2 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.dropshipping-ebay.com |
隐私政策页面URL | https://dropshipmeta.com/privacy-policy |
支持的语言 | 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 } |