Amazon Logistics Ad hoc Load Management
Takes Amazon's Building IDs and converts them to a city/state
Co to jest Amazon Logistics Ad hoc Load Management?
Amazon Logistics Ad hoc Load Management to rozszerzenie Chrome opracowane przez kevinbird15, a jego główną funkcją jest „Takes Amazon's Building IDs and converts them to a city/state”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Amazon Logistics Ad hoc Load Management
Pobierz pliki rozszerzeń Amazon Logistics Ad hoc Load Management w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nlgdmkanalhhpjflfjoifdahipkmoibb |
| Oficjalny URL | https://chromewebstore.google.com/detail/amazon-logistics-ad-hoc-l/nlgdmkanalhhpjflfjoifdahipkmoibb |
| Opis | Takes Amazon's Building IDs and converts them to a city/state |
| Rozmiar pliku | 15.55 KB |
| Liczba instalacji | 90 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2017-03-31 |
| Data Publikacji | 2017-03-31 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | kevinbird15 |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |