Boxnbiz Freight Calculator
Boxnbiz is digital freight forwarding and custom brokerage company.
What is Boxnbiz Freight Calculator?
Boxnbiz Freight Calculator is a Chrome extension developed by Boxnbiz Technologies Pvt. Ltd., and its main feature is "Boxnbiz is digital freight forwarding and custom brokerage company.".
Extension Screenshots
Download Boxnbiz Freight Calculator Extension CRX File
Download Boxnbiz Freight Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bkemflpdnhfocgogemfllbgfnjcdfnho |
Official URL | https://chrome.google.com/webstore/detail/boxnbiz-freight-calculato/bkemflpdnhfocgogemfllbgfnjcdfnho |
Description | Boxnbiz is digital freight forwarding and custom brokerage company. |
File Size | 1.56 MB |
Installation Count | 91 |
Current Version | 1.1.3 |
Last Updated | 2019-10-11 |
Publish Date | 2019-10-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Boxnbiz Technologies Pvt. Ltd. |
[email protected] | |
Payment Type | free |
Extension Website | https://www.boxnbiz.com |
Help Page URL | https://www.boxnbiz.com/resource/boxnbiz-help-center |
Supported Languages | 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\/*" ] } |