e-wizzle zip code finder
An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.
Co to jest e-wizzle zip code finder?
e-wizzle zip code finder to rozszerzenie Chrome opracowane przez Adedayo Ayodele, a jego główną funkcją jest „An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia e-wizzle zip code finder
Pobierz pliki rozszerzeń e-wizzle zip code finder 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
e-wizzle zip code finder is a chrome extension that helps you find the phone code,country code and postal or zip code associated with a given state or country. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | eocdcoimbpmnookgdpemmneoiaghjenp |
| Oficjalny URL | https://chromewebstore.google.com/detail/e-wizzle-zip-code-finder/eocdcoimbpmnookgdpemmneoiaghjenp |
| Opis | An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country. |
| Rozmiar pliku | 283 KB |
| Liczba instalacji | 165 |
| Aktualna Wersja | 0.0.0.4 |
| Ostatnia Aktualizacja | 2013-11-29 |
| Data Publikacji | 2013-11-29 |
| Ocena | 4.75/5 Łącznie 8 Oceny |
| Deweloper | Adedayo Ayodele |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "e-wizzle zip code finder",
"description": "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.",
"version": "0.0.0.4",
"icons": {
"128": "icon.png"
},
"permissions": [
"http:\/\/api.geonames.org\/,http:\/\/maps.googleapis.com\/"
],
"browser_action": {
"default_icon": "icon2.png",
"default_popup": "popup.html"
}
} | |