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文件
下載Freight Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } } |