Amazon Logistics Ad hoc Load Management

Takes Amazon's Building IDs and converts them to a city/state

Was ist Amazon Logistics Ad hoc Load Management?

Amazon Logistics Ad hoc Load Management ist eine Chrome-Erweiterung, die von kevinbird15 entwickelt wurde, und ihr Hauptmerkmal ist "Takes Amazon's Building IDs and converts them to a city/state".

Erweiterungsscreenshots

screenshot

Amazon Logistics Ad hoc Load Management-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Logistics Ad hoc Load Management-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 product takes Amazon Logistic's Building IDs and converts them to a City, State.  This is not a product of Amazon and has no guarantee tied to it.                    

Grundlegende Informationen zur Erweiterung

Name Amazon Logistics Ad hoc Load Management Amazon Logistics Ad hoc Load Management
ID nlgdmkanalhhpjflfjoifdahipkmoibb
Offizielle URL https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb
Beschreibung Takes Amazon's Building IDs and converts them to a city/state
Dateigröße 15.55 KB
Installationsanzahl 90
Aktuelle Version 0.2
Letztes Update 2017-03-31
Veröffentlichungsdatum 2017-03-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler kevinbird15
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Logistics Ad hoc Load Management",
    "description": "Takes Amazon's Building IDs and converts them to a city\/state",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazonlogistics.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}