Aliexpress ePacket identificator
Easily identify aliexpress products with ePacket Finder or SF eParcel
Qu'est-ce que Aliexpress ePacket identificator ?
Aliexpress ePacket identificator est une extension Chrome développée par DropshipMeta 2, et sa fonction principale est "Easily identify aliexpress products with ePacket Finder or SF eParcel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Aliexpress ePacket identificator
Téléchargez les fichiers d'extension Aliexpress ePacket identificator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 !
Informations de Base sur l'Extension
Nom | Aliexpress ePacket identificator |
ID | khgcejcjgjnnoknmgmmdjodfbnebjmpl |
URL Officiel | https://chromewebstore.google.com/detail/aliexpress-epacket-identi/khgcejcjgjnnoknmgmmdjodfbnebjmpl |
Description | Easily identify aliexpress products with ePacket Finder or SF eParcel |
Taille du Fichier | 358 KB |
Nombre d'Installations | 2,122 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2020-07-20 |
Date de Publication | 2020-07-17 |
Évaluation | 2.63/5 Total 8 Évaluations |
Développeur | DropshipMeta 2 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.dropshipping-ebay.com |
URL de la Page de Politique de Confidentialité | https://dropshipmeta.com/privacy-policy |
Langues Prises en Charge | 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 } |