Boxnbiz Freight Calculator
Boxnbiz is digital freight forwarding and custom brokerage company.
ما هو Boxnbiz Freight Calculator؟
Boxnbiz Freight Calculator هو إضافة Chrome تم تطويرها بواسطة Boxnbiz Technologies Pvt. Ltd.، والميزة الرئيسية لها هي "Boxnbiz is digital freight forwarding and custom brokerage company.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Boxnbiz Freight Calculator
قم بتنزيل ملفات الامتداد Boxnbiz Freight Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Boxnbiz provides instant freight quotes,real-time tracking and easy to operate logistic application, specially designer for importers and exporters. This freight calculator helps to get instant freight quotes without any hassle at their finger tips. Add to your chrome and keep your freight in your pocket.
معلومات أساسية عن التمديد
الاسم | |
ID | bkemflpdnhfocgogemfllbgfnjcdfnho |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/boxnbiz-freight-calculato/bkemflpdnhfocgogemfllbgfnjcdfnho |
الوصف | Boxnbiz is digital freight forwarding and custom brokerage company. |
حجم الملف | 1.56 MB |
عدد التثبيتات | 91 |
النسخة الحالية | 1.1.3 |
آخر تحديث | 2019-10-11 |
تاريخ النشر | 2019-10-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Boxnbiz Technologies Pvt. Ltd. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.boxnbiz.com |
عنوان صفحة المساعدة | https://www.boxnbiz.com/resource/boxnbiz-help-center |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Boxnbiz Freight Calculator", "description": "Boxnbiz is digital freight forwarding and custom brokerage company.", "version": "1.1.3", "author": "Boxnbiz Technologies Pvt. Ltd.", "browser_action": { "default_icon": "assets\/favicon.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "assets\/css\/*", "assets\/img\/*", "assets\/js\/*", "assets\/vendor\/*" ] } |