Boxnbiz Freight Calculator
Boxnbiz is digital freight forwarding and custom brokerage company.
Wat is Boxnbiz Freight Calculator?
Boxnbiz Freight Calculator is een Chrome-extensie ontwikkeld door Boxnbiz Technologies Pvt. Ltd., en de belangrijkste functie is "Boxnbiz is digital freight forwarding and custom brokerage company.".
Extensie Screenshots
Download het CRX-bestand van de extensie Boxnbiz Freight Calculator
Download Boxnbiz Freight Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bkemflpdnhfocgogemfllbgfnjcdfnho |
Officiële URL | https://chrome.google.com/webstore/detail/boxnbiz-freight-calculato/bkemflpdnhfocgogemfllbgfnjcdfnho |
Beschrijving | Boxnbiz is digital freight forwarding and custom brokerage company. |
Bestandsgrootte | 1.56 MB |
Aantal Installaties | 91 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2019-10-11 |
Publicatiedatum | 2019-10-11 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Boxnbiz Technologies Pvt. Ltd. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.boxnbiz.com |
Help Pagina-URL | https://www.boxnbiz.com/resource/boxnbiz-help-center |
Ondersteunde Talen | 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\/*" ] } |