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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevinbird15 และคุณลักษณะหลักของมันคือ "Takes Amazon's Building IDs and converts them to a city/state"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Logistics Ad hoc Load Management

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}