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. 拡張機能の基本情報
| 名前 | |
| 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"
}
]
} | |