Đặt hàng 247
Tool đặt hàng của new.dathang247.vn
¿Qué es Đặt hàng 247?
Đặt hàng 247 es una extensión de Chrome desarrollada por johan.tran.0107, y su función principal es "Tool đặt hàng của new.dathang247.vn".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Đặt hàng 247
Descarga archivos de extensión Đặt hàng 247 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Convert to Vietnam amount of money based on picked quantity by customers in Chinese shopping websites, then customers can proceed with adding these items into their cart in our platform qa.dathang247.vn by click on "Click dathang". This addon is to redirect with order info and add it into cutomer's cart in dathang247.vn platform. Customer can also save favorites links and view their cart from addon by navigating to our platform.
Información Básica de la Extensión
Nombre | Đặt hàng 247 |
ID | gbjfdidigdacobepjfhhjlbnecmipiic |
URL Oficial | https://chromewebstore.google.com/detail/%C4%91%E1%BA%B7t-h%C3%A0ng-247/gbjfdidigdacobepjfhhjlbnecmipiic |
Descripción | Tool đặt hàng của new.dathang247.vn |
Tamaño del Archivo | 76.01 KB |
Cantidad de Instalaciones | 125 |
Versión Actual | 0.2.6 |
Última Actualización | 2024-01-20 |
Fecha de Publicación | 2020-08-23 |
Desarrollador | johan.tran.0107 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://new.dathang247.vn |
URL de la Página de Ayuda | https://new.dathang247.vn |
Idiomas Soportados | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u0110\u1eb7t h\u00e0ng 247", "version": "0.2.6", "manifest_version": 2, "description": "Tool \u0111\u1eb7t h\u00e0ng c\u1ee7a new.dathang247.vn", "homepage_url": "https:\/\/new.dathang247.vn", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "content.js", "\/lib\/store.legacy.min.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/*.1688.com\/*", "https:\/\/detail.1688.com\/\/*", "https:\/\/item.taobao.com\/*", "http:\/\/taiwan.taobao.com\/*", "http:\/\/item.beta.taobao.com\/*", "http:\/\/*.taobao.com\/*", "http:\/\/auction.taobao.com\/*", "http:\/\/www.5taobao.net\/shop_*Products.aspx*", "http:\/\/www.5taobao.net\/shop_*products.aspx*", "https:\/\/item.tmall.com\/*", "https:\/\/detail.tmall.com\/*", "https:\/\/*.tmall.com\/*" ] } ], "web_accessible_resources": [ "html\/*", "js\/*", "css\/*", "font\/*", "img\/*", "icons\/*", "src\/*", "\/*" ] } |