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 |
官方網址 | 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\/*" ] } |