nhaphangsi.com
Đặt hàng taobao, tmall, 1688...
ما هو nhaphangsi.com؟
nhaphangsi.com هو إضافة Chrome تم تطويرها بواسطة NhapHangTaoBao، والميزة الرئيسية لها هي "Đặt hàng taobao, tmall, 1688...".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة nhaphangsi.com
قم بتنزيل ملفات الامتداد nhaphangsi.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Nhập hàng sỉ, Chuyên nhập hàng taobao, tmall, 1688... Từ trang chi tiết của taobao, 1688, khách hàng có thểm thêm sản phẩm vào giỏ hàng, sau đặt hàng, Chúng tôi sẽ đặt hàng giúp bạn Version mới update lại addon để thêm được sản phẩm 1688 trên giao diện mới
معلومات أساسية عن التمديد
الاسم | nhaphangsi.com |
ID | cccmocobgmllibhjjmhcbogkggmpkbjn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nhaphangsicom/cccmocobgmllibhjjmhcbogkggmpkbjn |
الوصف | Đặt hàng taobao, tmall, 1688... |
حجم الملف | 112 KB |
عدد التثبيتات | 68 |
النسخة الحالية | 1.13 |
آخر تحديث | 2023-03-09 |
تاريخ النشر | 2019-03-22 |
المطور | NhapHangTaoBao |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://nhaphangsi.com/ |
عنوان صفحة المساعدة | http://nhaphangsi.com/ |
عنوان صفحة سياسة الخصوصية | http://tinphatorder.com/term.html |
اللغات المدعومة | vi |
manifest.json | |
{ "name": "nhaphangsi.com", "version": "1.13", "manifest_version": 2, "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...", "icons": { "16": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "nhaphangsi.js", "config.js" ], "matches": [ "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ] } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ "https:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.hk\/*", "http:\/\/nhaphangsi.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.hm.com\/*", "https:\/\/*.hm.cn\/*", "https:\/\/*.zara.cn\/*", "https:\/\/*.yao.95095.com\/*", "https:\/\/*.zara.com\/*", "https:\/\/*.jd.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "", "default_icon": "icon.png" } } |