YOYBUY Taobao/1688 Shopping Assistant
YOYBUY Taobao Extension help you to add items from Taobao.com, Tmall.com and 1688.com to taobao agent: YOYBUY.com
What is YOYBUY Taobao/1688 Shopping Assistant?
YOYBUY Taobao/1688 Shopping Assistant is a Chrome extension developed by https://www.yoybuy.com, and its main feature is "YOYBUY Taobao Extension help you to add items from Taobao.com, Tmall.com and 1688.com to taobao agent: YOYBUY.com".
Extension Screenshots
Download YOYBUY Taobao/1688 Shopping Assistant Extension CRX File
Download YOYBUY Taobao/1688 Shopping Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
YOYBUY Taobao/Tmall/1688 Shopping extension is tailored to assistant YOYBUY customers to add items to YOYBUY Shopping cart easily while browsing Taobao,Tmall and 1688. YOYBUY.com, established in 2008, is a leading company which offers one stop Shopping Agent service to purchase and ship Chinese products for global users. Over 50,000,000 items have been purchased and more than 1,000,000 parcels shipped for the past 10 years.
Extension Basic Information
Name | YOYBUY Taobao/1688 Shopping Assistant |
ID | aamgpllamglhegglhogmfejmeihmnkpb |
Official URL | https://chromewebstore.google.com/detail/yoybuy-taobao1688-shoppin/aamgpllamglhegglhogmfejmeihmnkpb |
Description | YOYBUY Taobao Extension help you to add items from Taobao.com, Tmall.com and 1688.com to taobao agent: YOYBUY.com |
File Size | 94.2 KB |
Installation Count | 360 |
Current Version | 1.0.30 |
Last Updated | 2023-11-23 |
Publish Date | 2020-01-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.yoybuy.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.yoybuy.com |
Help Page URL | https://ship.yoybuy.com/helpcenter/one-click-order/ |
Privacy Policy Page URL | https://www.yoybuy.com/en/help.html?cateid=3237176 |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YOYBUY Taobao\/1688 Shopping Assistant", "version": "1.0.30", "description": "YOYBUY Taobao Extension help you to add items from Taobao.com, Tmall.com and 1688.com to taobao agent: YOYBUY.com", "action": { "default_icon": "logo.png", "default_popup": "popup.html", "default_title": "YOYBUY" }, "icons": { "128": "logo.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "cookies", "webRequest" ], "host_permissions": [ "*:\/\/*.yoybuy.com\/", "*:\/\/*.taobao.com\/", "*:\/\/*.tmall.com\/", "*:\/\/*.1688.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/s.taobao.com\/search?*" ], "js": [ "lib\/jquery\/jquery.min.js", "lib\/jquery-cookie\/jquery.cookie.min.js", "js\/yoybuy.js", "js\/taobao-search.js" ] }, { "matches": [ "*:\/\/list.tmall.com\/search_product.htm?*" ], "js": [ "lib\/jquery\/jquery.min.js", "lib\/jquery-cookie\/jquery.cookie.min.js", "js\/yoybuy.js", "js\/tmall-search.js" ] }, { "matches": [ "*:\/\/s.1688.com\/selloffer\/offer_search.htm?*" ], "js": [ "lib\/jquery\/jquery.min.js", "lib\/jquery-cookie\/jquery.cookie.min.js", "js\/yoybuy.js", "js\/1688-search.js" ] }, { "matches": [ "*:\/\/item.taobao.com\/item.htm?*" ], "css": [ "iconfont\/iconfont.css", "css\/taobao-item.css", "lib\/alertify\/alertify.css", "lib\/alertify\/default.css", "lib\/dialog\/dialog.css" ], "js": [ "lib\/jquery\/jquery.min.js", "lib\/jquery-cookie\/jquery.cookie.min.js", "lib\/alertify\/alertify.min.js", "js\/yoybuy.js", "js\/dialog.js", "js\/taobao-item.js" ] }, { "matches": [ "*:\/\/detail.tmall.com\/item.htm?*" ], "css": [ "iconfont\/iconfont.css", "css\/taobao-item.css", "lib\/alertify\/alertify.css", "lib\/alertify\/default.css", "lib\/dialog\/dialog.css" ], "js": [ "lib\/jquery\/jquery.min.js", "lib\/jquery-cookie\/jquery.cookie.min.js", "lib\/alertify\/alertify.min.js", "js\/yoybuy.js", "js\/dialog.js", "js\/tmall-item.js" ] }, { "matches": [ "*:\/\/detail.tmall.hk\/item.htm?*" ], "css": [ "iconfont\/iconfont.css", "css\/taobao-item.css", "lib\/alertify\/alertify.css", "lib\/alertify\/default.css", "lib\/dialog\/dialog.css" ], "js": [ "lib\/jquery\/jquery.min.js", "lib\/jquery-cookie\/jquery.cookie.min.js", "lib\/alertify\/alertify.min.js", "js\/yoybuy.js", "js\/dialog.js", "js\/tmall-item.js" ] }, { "matches": [ "*:\/\/detail.1688.com\/offer\/*" ], "css": [ "iconfont\/iconfont.css", "css\/taobao-item.css", "lib\/alertify\/alertify.css", "lib\/alertify\/default.css", "lib\/dialog\/dialog.css", "lib\/dialog\/alertify1688.css" ], "js": [ "lib\/jquery\/jquery.min.js", "lib\/jquery-cookie\/jquery.cookie.min.js", "lib\/alertify\/alertify.min.js", "js\/yoybuy.js", "js\/dialog.js", "js\/1688-item.js" ] } ] } |