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 |
Eメール | [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" ] } |