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.
Vad är e-wizzle zip code finder?
e-wizzle zip code finder är en Chrome-tillägg utvecklad av Adedayo Ayodele, och dess huvudfunktion är "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.".
Tilläggsskärmbilder
Ladda ner e-wizzle zip code finder-förlängningens CRX-fil
Ladda ner e-wizzle zip code finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | eocdcoimbpmnookgdpemmneoiaghjenp |
| Officiell webbadress | https://chromewebstore.google.com/detail/e-wizzle-zip-code-finder/eocdcoimbpmnookgdpemmneoiaghjenp |
| Beskrivning | An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country. |
| Filstorlek | 283 KB |
| Antal Installationer | 165 |
| Aktuell Version | 0.0.0.4 |
| Senast Uppdaterad | 2013-11-29 |
| Publiceringsdatum | 2013-11-29 |
| Betyg | 4.75/5 Totalt 8 Betyg |
| Utvecklare | Adedayo Ayodele |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |