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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}