Boxnbiz Freight Calculator
Boxnbiz is digital freight forwarding and custom brokerage company.
Cos'è Boxnbiz Freight Calculator?
Boxnbiz Freight Calculator è un'estensione di Chrome sviluppata da Boxnbiz Technologies Pvt. Ltd., e la sua funzione principale è "Boxnbiz is digital freight forwarding and custom brokerage company.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Boxnbiz Freight Calculator
Scarica i file di estensione Boxnbiz Freight Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bkemflpdnhfocgogemfllbgfnjcdfnho |
URL Ufficiale | https://chrome.google.com/webstore/detail/boxnbiz-freight-calculato/bkemflpdnhfocgogemfllbgfnjcdfnho |
Descrizione | Boxnbiz is digital freight forwarding and custom brokerage company. |
Dimensione del File | 1.56 MB |
Conteggio Installazioni | 91 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2019-10-11 |
Data di Pubblicazione | 2019-10-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Boxnbiz Technologies Pvt. Ltd. |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.boxnbiz.com |
URL della Pagina di Aiuto | https://www.boxnbiz.com/resource/boxnbiz-help-center |
Lingue Supportate | 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\/*" ] } |