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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes Amazon's Building IDs and converts them to a city/state"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Logistics Ad hoc Load Management एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}