MyYES ShopTool
This is my shop
Cos'è MyYES ShopTool?
MyYES ShopTool è un'estensione di Chrome sviluppata da https://www.yeslogistics.com.my, e la sua funzione principale è "This is my shop".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyYES ShopTool
Scarica i file di estensione MyYES ShopTool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MyYES ShopTool |
ID | cgplocfgobeabjnlaafjedhlgjgboloi |
URL Ufficiale | https://chromewebstore.google.com/detail/myyes-shoptool/cgplocfgobeabjnlaafjedhlgjgboloi |
Descrizione | This is my shop |
Dimensione del File | 55.78 KB |
Conteggio Installazioni | 294 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-24 |
Data di Pubblicazione | 2016-11-24 |
Valutazione | 2.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.yeslogistics.com.my |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.yeslogistics.com.my/Cate/shopcart.html |
URL della Pagina di Aiuto | https://www.yeslogistics.com.my/Cate/shopcart.html |
URL della Pagina della Politica sulla Privacy | https://www.yeslogistics.com.my |
Lingue Supportate | 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" ] } |