MYPOSMAN
MYPOSMAN AIS - Importing item's tracking ID, name and cost!
Qu'est-ce que MYPOSMAN ?
MYPOSMAN est une extension Chrome développée par https://www.myposman.com, et sa fonction principale est "MYPOSMAN AIS - Importing item's tracking ID, name and cost!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MYPOSMAN
Téléchargez les fichiers d'extension MYPOSMAN 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 will ease MYPOSMAN members to import/pull items' information purchased from Tao Bao (淘宝)and 1688.com (alibaba) into MYPOSMAN (www.myposman.com) system with a click from Tao Bao & 1688 (alibaba) Website! Tao Bao now support multi tracking number checking as long as Seller update the tracking number to the tao bao cart system. No more troublesome in copying item's long tracking number to place order. No more mistake tracking numbers!
Informations de Base sur l'Extension
Nom | MYPOSMAN |
ID | anhedjmkociieheecidmpohndhpfcjoe |
URL Officiel | https://chromewebstore.google.com/detail/myposman/anhedjmkociieheecidmpohndhpfcjoe |
Description | MYPOSMAN AIS - Importing item's tracking ID, name and cost! |
Taille du Fichier | 91.4 KB |
Nombre d'Installations | 305 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2021-08-08 |
Date de Publication | 2020-05-02 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://www.myposman.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.myposman.com/blog/index.php?controller=post&action=view&id_post=5 |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MYPOSMAN", "description": "MYPOSMAN AIS - Importing item's tracking ID, name and cost!", "version": "1.5", "browser_action": { "default_icon": "image\/icon16.png", "default_popup": "popup.html", "default_title": "Click here!" }, "permissions": [ "notifications", "https:\/\/myposman.com\/", "https:\/\/www.myposman.com\/" ], "icons": { "128": "image\/icon128.png", "16": "image\/icon16.png", "48": "image\/icon48.png" }, "content_scripts": [ { "all_frames": true, "css": [ "content.css", "custom.css" ], "js": [ "config.js", "jquery.js", "content.js" ], "matches": [ "*:\/\/buyertrade.taobao.com\/*", "*:\/\/*.1688.com\/*", "*:\/\/*.jd.com\/*", "*:\/\/*.taobao.com\/*" ], "run_at": "document_end" } ], "background": { "persistent": false, "scripts": [ "jquery.js", "background.js" ] }, "web_accessible_resources": [ "image\/*" ] } |