MyYES ShopTool
This is my shop
¿Qué es MyYES ShopTool?
MyYES ShopTool es una extensión de Chrome desarrollada por https://www.yeslogistics.com.my, y su función principal es "This is my shop".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión MyYES ShopTool
Descarga archivos de extensión MyYES ShopTool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | MyYES ShopTool |
ID | cgplocfgobeabjnlaafjedhlgjgboloi |
URL Oficial | https://chromewebstore.google.com/detail/myyes-shoptool/cgplocfgobeabjnlaafjedhlgjgboloi |
Descripción | This is my shop |
Tamaño del Archivo | 55.78 KB |
Cantidad de Instalaciones | 294 |
Versión Actual | 1.0 |
Última Actualización | 2016-11-24 |
Fecha de Publicación | 2016-11-24 |
Calificación | 2.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.yeslogistics.com.my |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.yeslogistics.com.my/Cate/shopcart.html |
URL de la Página de Ayuda | https://www.yeslogistics.com.my/Cate/shopcart.html |
URL de la Página de Política de Privacidad | https://www.yeslogistics.com.my |
Idiomas Soportados | 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" ] } |