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."입니다.

확장 프로그램 스크린샷

screenshot

Boxnbiz Freight Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Boxnbiz Freight Calculator Boxnbiz Freight Calculator
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\/*"
    ]
}