Công cụ đặt hàng Azila.vn
Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc
Wat is Công cụ đặt hàng Azila.vn?
Công cụ đặt hàng Azila.vn is een Chrome-extensie ontwikkeld door doitientrung74, en de belangrijkste functie is "Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc".
Extensie Screenshots
Download het CRX-bestand van de extensie Công cụ đặt hàng Azila.vn
Download Công cụ đặt hàng Azila.vn-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
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 azila.vn. Azila.vn 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ệ azila.vn, chúng tôi có thể phục vụ bạn tốt nhất.
Basisinformatie over de Extensie
Naam | Công cụ đặt hàng Azila.vn |
ID | iicnaejcadcbmgknabdjfcoidcilioia |
Officiële URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-azilavn/iicnaejcadcbmgknabdjfcoidcilioia |
Beschrijving | Công cụ đặt hàng trên trang thương mại điện tử lớn Trung Quốc |
Bestandsgrootte | 237 KB |
Aantal Installaties | 71 |
Huidige Versie | 3.7 |
Laatst Bijgewerkt | 2024-01-13 |
Publicatiedatum | 2020-07-04 |
Ontwikkelaar | doitientrung74 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://azila.com/ |
URL van de Privacybeleid Pagina | https://www.freeprivacypolicy.com/privacy/view/d995bb63b6ea0020f254019ac6b19607 |
Ondersteunde Talen | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "images\/azila_64x64.png", "default_title": "\u0110\u1eb7t h\u00e0ng Azila.vn" }, "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Azila.vn", "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", "icons": { "128": "images\/azila_128x128.png", "16": "images\/azila_16x16.png", "32": "images\/azila_32x32.png", "64": "images\/azila_64x64.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\/*", "*:\/\/azila.vn\/*", "*:\/\/*.azila.vn\/", "*:\/\/*.demo-order.com\/", "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*", "*:\/\/*.tmall.hk\/*", "*:\/\/detail.1688.com\/*", "*:\/\/wwww.amazon.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "images\/*", "scripts\/*", "css\/*" ], "matches": [ "http:\/\/*\/*" ] } ], "permissions": [ "storage" ], "manifest_version": 3, "version": "3.7" } |