Boxnbiz Freight Calculator
Boxnbiz is digital freight forwarding and custom brokerage company.
Boxnbiz Freight Calculator là gì?
Boxnbiz Freight Calculator là một tiện ích mở rộng Chrome được phát triển bởi Boxnbiz Technologies Pvt. Ltd., và tính năng chính của nó là "Boxnbiz is digital freight forwarding and custom brokerage company.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Boxnbiz Freight Calculator
Tải xuống các tệp mở rộng Boxnbiz Freight Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bkemflpdnhfocgogemfllbgfnjcdfnho |
URL Chính Thức | https://chrome.google.com/webstore/detail/boxnbiz-freight-calculato/bkemflpdnhfocgogemfllbgfnjcdfnho |
Mô tả | Boxnbiz is digital freight forwarding and custom brokerage company. |
Kích Thước Tệp | 1.56 MB |
Số Lần Cài Đặt | 91 |
Phiên Bản Hiện Tại | 1.1.3 |
Cập Nhật Lần Cuối | 2019-10-11 |
Ngày Phát Hành | 2019-10-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Boxnbiz Technologies Pvt. Ltd. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.boxnbiz.com |
URL Trang Trợ Giúp | https://www.boxnbiz.com/resource/boxnbiz-help-center |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |