MyYES ShopTool
This is my shop
什么是MyYES ShopTool?
MyYES ShopTool是由https://www.yeslogistics.com.my开发的Chrome扩展程序,该扩展的主要功能是“This is my shop”。
扩展截图
下载MyYES ShopTool扩展crx文件
下载MyYES ShopTool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | MyYES ShopTool |
ID | cgplocfgobeabjnlaafjedhlgjgboloi |
官方URL | https://chromewebstore.google.com/detail/myyes-shoptool/cgplocfgobeabjnlaafjedhlgjgboloi |
简介 | This is my shop |
文件大小 | 55.78 KB |
安装次数 | 294 |
当前版本 | 1.0 |
更新时间 | 2016-11-24 |
上架时间 | 2016-11-24 |
评分 | 2.00/5 共2次评分 |
开发者 | https://www.yeslogistics.com.my |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.yeslogistics.com.my/Cate/shopcart.html |
帮助页面URL | https://www.yeslogistics.com.my/Cate/shopcart.html |
隐私政策页面URL | https://www.yeslogistics.com.my |
支持的语言 | 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" ] } |