Banggood Tracking & Exchange & Images
Allows to track packages, show exchange rate and download images from banggood.com
ما هو Banggood Tracking & Exchange & Images؟
Banggood Tracking & Exchange & Images هو إضافة Chrome تم تطويرها بواسطة am، والميزة الرئيسية لها هي "Allows to track packages, show exchange rate and download images from banggood.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Banggood Tracking & Exchange & Images
قم بتنزيل ملفات الامتداد Banggood Tracking & Exchange & Images بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Thanks to this extension you can easily download or link product images found on http://www.banggood.com (normally banggood doesn't allow this). It also shows currency rate used by shop, so you always know which currency is best for you. You will also see initial tracking information for your packages (including "untracked" packages!) when viewing order list. Additionally it allows to see stock information for some products (not all unfortunately - banggood blocked this information). See screenshots for details. Note: BG very often changes it's page, so please report if something stops working. Thanks!
معلومات أساسية عن التمديد
الاسم | Banggood Tracking & Exchange & Images |
ID | bnebaophfpnmlobhhchioedjiopmjnbm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/banggood-tracking-exchang/bnebaophfpnmlobhhchioedjiopmjnbm |
الوصف | Allows to track packages, show exchange rate and download images from banggood.com |
حجم الملف | 52.17 KB |
عدد التثبيتات | 633 |
النسخة الحالية | 1.0.38 |
آخر تحديث | 2017-05-10 |
تاريخ النشر | 2017-05-10 |
تقييم | 3.83/5 مجموع تقييمات 12 |
المطور | am |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Banggood Tracking & Exchange & Images", "short_name": "Banggood.com Tracking & Exchange Rate & Images", "description": "Allows to track packages, show exchange rate and download images from banggood.com", "version": "1.0.38", "manifest_version": 2, "icons": { "16": "bg16.png", "48": "bg48.png", "128": "bg128.png" }, "permissions": [ "*:\/\/*.banggood.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.banggood.com\/*" ], "js": [ "jquery.min.js", "bg.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.banggood.com\/index.php?*t=ordersList*" ], "js": [ "jquery.min.js", "bgt.js" ], "run_at": "document_end" } ] } |