Amazon Logistics Ad hoc Load Management

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

Apa itu Amazon Logistics Ad hoc Load Management?

Amazon Logistics Ad hoc Load Management adalah ekstensi Chrome yang dikembangkan oleh kevinbird15, dan fitur utamanya adalah "Takes Amazon's Building IDs and converts them to a city/state".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Amazon Logistics Ad hoc Load Management

Unduh file ekstensi Amazon Logistics Ad hoc Load Management dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Amazon Logistics Ad hoc Load Management Amazon Logistics Ad hoc Load Management
ID nlgdmkanalhhpjflfjoifdahipkmoibb
URL Resmi https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb
Deskripsi Takes Amazon's Building IDs and converts them to a city/state
Ukuran File 15.55 KB
Jumlah Instalasi 90
Versi Saat Ini 0.2
Terakhir Diperbarui 2017-03-31
Tanggal Publikasi 2017-03-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang kevinbird15
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}