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”。
擴展截圖
下載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 |
ID | nlgdmkanalhhpjflfjoifdahipkmoibb |
官方網址 | 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" } ] } |