Taobao Order Tool
A order tool for taobao, 1688, tamll express
ما هو Taobao Order Tool؟
Taobao Order Tool هو إضافة Chrome تم تطويرها بواسطة donet.vn، والميزة الرئيسية لها هي "A order tool for taobao, 1688, tamll express".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Taobao Order Tool
قم بتنزيل ملفات الامتداد Taobao Order Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | bpgkacnhbjedhfmlbkgdabkioiacgbmp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/taobao-order-tool/bpgkacnhbjedhfmlbkgdabkioiacgbmp |
الوصف | A order tool for taobao, 1688, tamll express |
حجم الملف | 86.43 KB |
عدد التثبيتات | 25 |
النسخة الحالية | 1.2.3 |
آخر تحديث | 2016-05-29 |
تاريخ النشر | 2016-05-29 |
المطور | donet.vn |
نوع الدفع | free |
اللغات المدعومة | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Taobao Order Tool", "description": "A order tool for taobao, 1688, tamll express", "version": "1.2.3", "page_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "images\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/ordertq.dev\/*", "https:\/\/ordertrungquoc.com.vn\/*" ], "css": [ "\/css\/bootstrap-theme.css", "\/css\/content.css" ], "js": [ "\/js\/jquery-1.11.3.min.js", "\/js\/script.js" ] } ] } |