Boxnbiz Freight Calculator
Boxnbiz is digital freight forwarding and custom brokerage company.
Apa itu Boxnbiz Freight Calculator?
Boxnbiz Freight Calculator adalah ekstensi Chrome yang dikembangkan oleh Boxnbiz Technologies Pvt. Ltd., dan fitur utamanya adalah "Boxnbiz is digital freight forwarding and custom brokerage company.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Boxnbiz Freight Calculator
Unduh file ekstensi Boxnbiz Freight Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bkemflpdnhfocgogemfllbgfnjcdfnho |
URL Resmi | https://chrome.google.com/webstore/detail/boxnbiz-freight-calculato/bkemflpdnhfocgogemfllbgfnjcdfnho |
Deskripsi | Boxnbiz is digital freight forwarding and custom brokerage company. |
Ukuran File | 1.56 MB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 1.1.3 |
Terakhir Diperbarui | 2019-10-11 |
Tanggal Publikasi | 2019-10-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Boxnbiz Technologies Pvt. Ltd. |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.boxnbiz.com |
URL Halaman Bantuan | https://www.boxnbiz.com/resource/boxnbiz-help-center |
Bahasa yang Didukung | 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\/*" ] } |