Boxnbiz Freight Calculator
Boxnbiz is digital freight forwarding and custom brokerage company.
什么是Boxnbiz Freight Calculator?
Boxnbiz Freight Calculator是由Boxnbiz Technologies Pvt. Ltd.开发的Chrome扩展程序,该扩展的主要功能是“Boxnbiz is digital freight forwarding and custom brokerage company.”。
扩展截图
下载Boxnbiz Freight Calculator扩展crx文件
下载Boxnbiz Freight Calculator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
帮助页面URL | 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\/*" ] } |