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
Wat is YOYBUY Taobao/1688 Shopping Assistant?
YOYBUY Taobao/1688 Shopping Assistant is een Chrome-extensie ontwikkeld door https://www.yoybuy.com, en de belangrijkste functie is "YOYBUY Taobao Extension help you to add items from Taobao.com, Tmall.com and 1688.com to taobao agent: YOYBUY.com".
Extensie Screenshots
Download het CRX-bestand van de extensie YOYBUY Taobao/1688 Shopping Assistant
Download YOYBUY Taobao/1688 Shopping Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | YOYBUY Taobao/1688 Shopping Assistant |
ID | aamgpllamglhegglhogmfejmeihmnkpb |
Officiële URL | https://chromewebstore.google.com/detail/yoybuy-taobao1688-shoppin/aamgpllamglhegglhogmfejmeihmnkpb |
Beschrijving | YOYBUY Taobao Extension help you to add items from Taobao.com, Tmall.com and 1688.com to taobao agent: YOYBUY.com |
Bestandsgrootte | 94.2 KB |
Aantal Installaties | 360 |
Huidige Versie | 1.0.30 |
Laatst Bijgewerkt | 2023-11-23 |
Publicatiedatum | 2020-01-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.yoybuy.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.yoybuy.com |
Help Pagina-URL | https://ship.yoybuy.com/helpcenter/one-click-order/ |
URL van de Privacybeleid Pagina | https://www.yoybuy.com/en/help.html?cateid=3237176 |
Ondersteunde Talen | 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" ] } ] } |