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 |
公式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 |
Eメール | [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" ] } } |