Aliexpress ePacket identificator
Easily identify aliexpress products with ePacket Finder or SF eParcel
Τι είναι το Aliexpress ePacket identificator;
Το Aliexpress ePacket identificator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DropshipMeta 2, και η κύρια λειτουργία του είναι "Easily identify aliexpress products with ePacket Finder or SF eParcel".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Aliexpress ePacket identificator
Λήψη αρχείων επέκτασης 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 } |