Công cụ đặt hàng oder888.com
Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc
O que é Công cụ đặt hàng oder888.com?
Công cụ đặt hàng oder888.com é uma extensão do Chrome desenvolvida por LN ORDER, e sua principal característica é "Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Công cụ đặt hàng oder888.com
Baixe arquivos de extensão Công cụ đặt hàng oder888.com 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 trên trang thương mại điện tử lớn Trung Quốc. Chức năng công cụ đặt hàng Quảng Châu được tích hợp trên trình duyệt google chrome, Cốc cốc và hệ thống Oder888.com. Oder888.com cung cấp Công cụ hỗ trợ người dùng thao tác đặt hàng nhanh chóng trên các trang thương mại điện tử taobao, alibaba, tmall... Mọi thông tin xin quý khách có thể liên hệ Oder888.com, chúng tôi có thể phục vụ bạn tốt nhất.
Informações Básicas da Extensão
Nome | Công cụ đặt hàng oder888.com |
ID | ifamgbndbbbdpjkljgakjanfglmihdkh |
URL Oficial | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-oder888c/ifamgbndbbbdpjkljgakjanfglmihdkh |
Descrição | Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc |
Tamanho do Arquivo | 316 KB |
Contagem de Instalações | 79 |
Versão Atual | 3.3 |
Última Atualização | 2024-01-02 |
Data de Publicação | 2021-10-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | LN ORDER |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/privacy/view/d995bb63b6ea0020f254019ac6b19607 |
Idiomas Suportados | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "images\/64x64.png", "default_title": "\u0110\u1eb7t h\u00e0ng oder888.com" }, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng oder888.com", "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng tr\u00ean trang th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed l\u1edbn Trung Qu\u1ed1c", "version": "3.3", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "64": "images\/64x64.png", "128": "images\/128x128.png" }, "content_scripts": [ { "all_frames": true, "css": [ "\/css\/bootstrap-theme.css", "\/css\/content.css" ], "js": [ "\/scripts\/jquery.js", "\/scripts\/jqueryui.js", "\/scripts\/lodash.js", "\/scripts\/rules.js", "\/scripts\/main.js" ], "matches": [ "http:\/\/localhost\/*", "*:\/\/oder888.com\/*", "*:\/\/*.oder888.com\/*", "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.tmall.hk\/*", "*:\/\/detail.1688.com\/*", "*:\/\/wwww.amazon.com\/*" ], "run_at": "document_end" } ], "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "images\/*", "scripts\/*", "css\/*" ], "matches": [ "http:\/\/*\/*" ] } ] } |