Amazon Logistics Ad hoc Load Management

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

Hvad er Amazon Logistics Ad hoc Load Management?

Amazon Logistics Ad hoc Load Management er en Chrome-udvidelse udviklet af kevinbird15, og dens hovedfunktion er "Takes Amazon's Building IDs and converts them to a city/state".

Udvidelsesskærmbilleder

screenshot

Download Amazon Logistics Ad hoc Load Management-udvidelses-CRX-fil

Download Amazon Logistics Ad hoc Load Management-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon Logistics Ad hoc Load Management Amazon Logistics Ad hoc Load Management
ID nlgdmkanalhhpjflfjoifdahipkmoibb
Officiel URL https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb
Beskrivelse Takes Amazon's Building IDs and converts them to a city/state
Filstørrelse 15.55 KB
Antal Installationer 90
Nuværende Version 0.2
Senest Opdateret 2017-03-31
Udgivelsesdato 2017-03-31
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler kevinbird15
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}