Freight Dictionary
A dictionary of terms and abbreviations specific to the freight industry.
Freight Dictionary란 무엇입니까?
Freight Dictionary은(는) michael.mazur에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A dictionary of terms and abbreviations specific to the freight industry."입니다.
확장 프로그램 스크린샷
Freight Dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool’s intended use is a quick reference guide for new Uber Freight employee’s to look up freight specific terminology, and acronyms. During the onboarding phase of employment there are a lot of new concepts, and processes to learn. This tool can be an easy way to look up definitions and acronyms without a lot of context switching.
확장 프로그램 기본 정보
이름 | Freight Dictionary |
ID | apmidjenopkobgelkcelklkmdjpbopic |
공식 URL | https://chromewebstore.google.com/detail/freight-dictionary/apmidjenopkobgelkcelklkmdjpbopic |
설명 | A dictionary of terms and abbreviations specific to the freight industry. |
파일 크기 | 34.2 KB |
설치 횟수 | 144 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-03-21 |
출시 날짜 | 2020-03-19 |
개발자 | michael.mazur |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freight Dictionary", "description": "A dictionary of terms and abbreviations specific to the freight industry.", "version": "1.0.0", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "permissions": [ "activeTab" ] } } |