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 |
电子邮箱 | [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" ] } } |