MyYES ShopTool
This is my shop
Qu'est-ce que MyYES ShopTool ?
MyYES ShopTool est une extension Chrome développée par https://www.yeslogistics.com.my, et sa fonction principale est "This is my shop".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyYES ShopTool
Téléchargez les fichiers d'extension MyYES ShopTool 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
My ShopTool by YES LOGISTICS, website:http://www.yeslogistics.com.my Directly add items to YES shopping cart. My ShopTool is a great help when you want to look for products directly on all China online shopping sites. And with easy click, you get to add it in to your YES shopping cart immediately. Add any items to your YES shopping cart directly from Taobao/ Tmall with a single click. Faster and easier. No more copying and pasting of Taobao, Tmall or other URLs needed. Just download and install My ShopTool Easy Click extension. Then, when visiting Taobao/Tmall China online shopping sites, just choose your favorite items, proceed to the product page and click "YES" button. By selecting it, feature will be able to generate the product information and add it in your YES shopping cart.
Informations de Base sur l'Extension
Nom | MyYES ShopTool |
ID | cgplocfgobeabjnlaafjedhlgjgboloi |
URL Officiel | https://chromewebstore.google.com/detail/myyes-shoptool/cgplocfgobeabjnlaafjedhlgjgboloi |
Description | This is my shop |
Taille du Fichier | 55.78 KB |
Nombre d'Installations | 294 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-11-24 |
Date de Publication | 2016-11-24 |
Évaluation | 2.00/5 Total 2 Évaluations |
Développeur | https://www.yeslogistics.com.my |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.yeslogistics.com.my/Cate/shopcart.html |
URL de la Page d'Aide | https://www.yeslogistics.com.my/Cate/shopcart.html |
URL de la Page de Politique de Confidentialité | https://www.yeslogistics.com.my |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyYES ShopTool", "version": "1.0", "description": "This is my shop", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon16.png", "default_title": "Easy Click" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/detail.tmall.com\/item.htm*", "https:\/\/detail.tmall.com\/item.htm*", "http:\/\/world.tmall.com\/item\/*", "https:\/\/world.tmall.com\/item\/*", "http:\/\/item.taobao.com\/item.htm*", "https:\/\/item.taobao.com\/item.htm*", "http:\/\/world.taobao.com\/item\/*", "https:\/\/world.taobao.com\/item\/*", "http:\/\/item.jd.com\/*", "http:\/\/auction1.paipai.com\/*", "http:\/\/product.dangdang.com\/*", "http:\/\/www.mbaobao.com\/item\/*", "http:\/\/www.amazon.cn\/*", "http:\/\/detail.yao.95095.com\/*" ] } ], "icons": { "128": "icon.png", "16": "icon16.png" }, "web_accessible_resources": [ "jquery.js", "baiduTemplate.js" ] } |