Amazon Logistics Ad hoc Load Management

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

What is Amazon Logistics Ad hoc Load Management?

Amazon Logistics Ad hoc Load Management is a Chrome extension developed by kevinbird15, and its main feature is "Takes Amazon's Building IDs and converts them to a city/state".

Extension Screenshots

screenshot

Download Amazon Logistics Ad hoc Load Management Extension CRX File

Download Amazon Logistics Ad hoc Load Management extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Amazon Logistics Ad hoc Load Management Amazon Logistics Ad hoc Load Management
ID nlgdmkanalhhpjflfjoifdahipkmoibb
Official URL https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb
Description Takes Amazon's Building IDs and converts them to a city/state
File Size 15.55 KB
Installation Count 90
Current Version 0.2
Last Updated 2017-03-31
Publish Date 2017-03-31
Rating 5.00/5 Total 1 Ratings
Developer kevinbird15
Payment Type free
Supported Languages 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"
        }
    ]
}