Công cụ đặt hàng Achina
Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
O que é Công cụ đặt hàng Achina?
Công cụ đặt hàng Achina é uma extensão do Chrome desenvolvida por tuanhoangsy.tc, e sua principal característica é "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Công cụ đặt hàng Achina
Baixe arquivos de extensão Công cụ đặt hàng Achina no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Công cụ đặt hàng achina.vn hỗ trợ khách hàng - xem tỉ giá tiền tệ - thêm sản phẩm yêu thích - thêm sản phẩm vào giỏ hàng
Informações Básicas da Extensão
Nome | |
ID | eojdhkkmfkbjcdhoenagnkcpfaebegai |
URL Oficial | https://chrome.google.com/webstore/detail/eojdhkkmfkbjcdhoenagnkcpfaebegai |
Descrição | Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+. |
Tamanho do Arquivo | 47.83 KB |
Contagem de Instalações | 361 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-03 |
Data de Publicação | 2021-01-03 |
Desenvolvedor | tuanhoangsy.tc |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://achina.vn |
URL da Página de Política de Privacidade | http://achina.vn/post/38/privacy-policy |
Idiomas Suportados | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.jpg" }, "icons": { "16": "icon.jpg", "48": "icon.jpg", "128": "icon.jpg" }, "content_scripts": [ { "js": [ "js\/script.js" ], "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/*.tmall.hk\/*", "https:\/\/*.tmall.hk\/*" ] } ], "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.", "manifest_version": 2, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Achina", "permissions": [ "http:\/\/order.achina.vn\/*", "http:\/\/achina.vn\/*", "https:\/\/order.achina.vn\/*", "https:\/\/achina.vn\/*" ], "background": { "persistent": true, "page": "background.html" }, "version": "1.0", "web_accessible_resources": [ "css\/main.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |