Amazon Logistics Ad hoc Load Management

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

Wat is Amazon Logistics Ad hoc Load Management?

Amazon Logistics Ad hoc Load Management is een Chrome-extensie ontwikkeld door kevinbird15, en de belangrijkste functie is "Takes Amazon's Building IDs and converts them to a city/state".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Amazon Logistics Ad hoc Load Management

Download Amazon Logistics Ad hoc Load Management-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Amazon Logistics Ad hoc Load Management Amazon Logistics Ad hoc Load Management
ID nlgdmkanalhhpjflfjoifdahipkmoibb
Officiële URL https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb
Beschrijving Takes Amazon's Building IDs and converts them to a city/state
Bestandsgrootte 15.55 KB
Aantal Installaties 90
Huidige Versie 0.2
Laatst Bijgewerkt 2017-03-31
Publicatiedatum 2017-03-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kevinbird15
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}