Quảng châu 24h đặt hàng
Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản.
Vad är Quảng châu 24h đặt hàng?
Quảng châu 24h đặt hàng är en Chrome-tillägg utvecklad av AnhLuong, och dess huvudfunktion är "Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản.".
Tilläggsskärmbilder
Ladda ner Quảng châu 24h đặt hàng-förlängningens CRX-fil
Ladda ner Quảng châu 24h đặt hàng-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
QUANGCHAU24h.COM là đơn vị trung gian cung cấp các dịch vụ: Đặt hàng, Thanh toán Ủy thác, Vận chuyển hàng hóa từ Trung Quốc về Việt Nam,… Với đội ngũ nhân viên trẻ trung, năng động, sáng tạo và tận tâm; QUANGCHAU24H đã và đang hoàn thiện để trở thành đơn vị cung cấp dịch vụ với chất lượng vượt trội, có tiêu chuẩn và bản sắc riêng; hỗ trợ tối đa và đáp ứng nhu cầu ngày càng cao của Đối tác và Khách hàng. Grundläggande Information om Tillägg
| Namn | |
| ID | hbfcjnpgpconolaeaanihigggkdbebbh |
| Officiell webbadress | https://chromewebstore.google.com/detail/qu%E1%BA%A3ng-ch%C3%A2u-24h-%C4%91%E1%BA%B7t-h%C3%A0ng/hbfcjnpgpconolaeaanihigggkdbebbh |
| Beskrivning | Công cụ order sỉ trên quangchau24h.com , nhập hàng cho shop online trở nên đơn giản. |
| Filstorlek | 1.15 MB |
| Antal Installationer | 73 |
| Aktuell Version | 4.0.2 |
| Senast Uppdaterad | 2020-09-04 |
| Publiceringsdatum | 2020-09-01 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | AnhLuong |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://quangchau24h.com/ |
| Hjälpsida URL | https://quangchau24h.com/dich-vu-cung-cap-cua-quangchau24h-com.html |
| URL till Sekretesspolicy Sidan | https://welups.com/privacy-policy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Qu\u1ea3ng ch\u00e2u 24h \u0111\u1eb7t h\u00e0ng",
"version": "4.0.2",
"manifest_version": 2,
"description": "C\u00f4ng cu\u0323 order si\u0309 tr\u00ean quangchau24h.com , nh\u1eadp h\u00e0ng cho shop online tr\u1edf n\u00ean \u0111\u01a1n gi\u1ea3n.",
"icons": {
"16": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": {
"32": "img\/icon-48.png",
"48": "img\/icon-48.png"
},
"default_title": "C\u00f4ng cu\u0323 order si\u0309 tr\u00ean quangchau24h.com , nh\u1eadp h\u00e0ng cho shop online tr\u1edf n\u00ean \u0111\u01a1n gi\u1ea3n.",
"default_popup": "popup.html"
},
"omnibox": {
"keyword": "QUANGCHAU24H.COM"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.detail.1688.com\/*",
"*:\/\/item.taobao.com\/*",
"*:\/\/*.alibaba.com\/*",
"*:\/\/detail.tmall.com\/*",
"*:\/\/world.tmall.com\/*"
],
"js": [
"scripts\/jquery-2.2.0.min.js",
"scripts\/quangchau.js"
],
"css": [
"styles\/tkm-styles.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"cookies",
"*:\/\/taobao.com\/*",
"*:\/\/tmall.com\/*",
"*:\/\/1688.com\/*"
]
} | |