Amazon Logistics Ad hoc Load Management

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

什么是Amazon Logistics Ad hoc Load Management?

Amazon Logistics Ad hoc Load Management是由kevinbird15开发的Chrome扩展程序,该扩展的主要功能是“Takes Amazon's Building IDs and converts them to a city/state”。

扩展截图

screenshot

下载Amazon Logistics Ad hoc Load Management扩展crx文件

下载Amazon Logistics Ad hoc Load Management扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Amazon Logistics Ad hoc Load Management Amazon Logistics Ad hoc Load Management
ID nlgdmkanalhhpjflfjoifdahipkmoibb
官方URL https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb
简介 Takes Amazon's Building IDs and converts them to a city/state
文件大小 15.55 KB
安装次数 90
当前版本 0.2
更新时间 2017-03-31
上架时间 2017-03-31
评分 5.00/5 共1次评分
开发者 kevinbird15
付费类型 free
支持的语言 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"
        }
    ]
}