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.
Qu'est-ce que e-wizzle zip code finder ?
e-wizzle zip code finder est une extension Chrome développée par Adedayo Ayodele, et sa fonction principale est "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension e-wizzle zip code finder
Téléchargez les fichiers d'extension e-wizzle zip code finder 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
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.
Informations de Base sur l'Extension
Nom | e-wizzle zip code finder |
ID | eocdcoimbpmnookgdpemmneoiaghjenp |
URL Officiel | https://chromewebstore.google.com/detail/e-wizzle-zip-code-finder/eocdcoimbpmnookgdpemmneoiaghjenp |
Description | An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country. |
Taille du Fichier | 283 KB |
Nombre d'Installations | 165 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2013-11-29 |
Date de Publication | 2013-11-29 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | Adedayo Ayodele |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |