Amazon Logistics Ad hoc Load Management
Takes Amazon's Building IDs and converts them to a city/state
Qu'est-ce que Amazon Logistics Ad hoc Load Management ?
Amazon Logistics Ad hoc Load Management est une extension Chrome développée par kevinbird15, et sa fonction principale est "Takes Amazon's Building IDs and converts them to a city/state".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Amazon Logistics Ad hoc Load Management
Téléchargez les fichiers d'extension Amazon Logistics Ad hoc Load Management au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Amazon Logistics Ad hoc Load Management |
ID | nlgdmkanalhhpjflfjoifdahipkmoibb |
URL Officiel | https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb |
Description | Takes Amazon's Building IDs and converts them to a city/state |
Taille du Fichier | 15.55 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2017-03-31 |
Date de Publication | 2017-03-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | kevinbird15 |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |