Freight Dictionary

A dictionary of terms and abbreviations specific to the freight industry.

Was ist Freight Dictionary?

Freight Dictionary ist eine Chrome-Erweiterung, die von michael.mazur entwickelt wurde, und ihr Hauptmerkmal ist "A dictionary of terms and abbreviations specific to the freight industry.".

Erweiterungsscreenshots

screenshot

Freight Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Freight Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Freight Dictionary Freight Dictionary
ID apmidjenopkobgelkcelklkmdjpbopic
Offizielle URL https://chromewebstore.google.com/detail/freight-dictionary/apmidjenopkobgelkcelklkmdjpbopic
Beschreibung A dictionary of terms and abbreviations specific to the freight industry.
Dateigröße 34.2 KB
Installationsanzahl 144
Aktuelle Version 1.0.0
Letztes Update 2020-03-21
Veröffentlichungsdatum 2020-03-19
Entwickler michael.mazur
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}