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.
Τι είναι το e-wizzle zip code finder;
Το e-wizzle zip code finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adedayo Ayodele, και η κύρια λειτουργία του είναι "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης e-wizzle zip code finder
Λήψη αρχείων επέκτασης e-wizzle zip code finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | e-wizzle zip code finder |
ID | eocdcoimbpmnookgdpemmneoiaghjenp |
Επίσημο URL | https://chromewebstore.google.com/detail/e-wizzle-zip-code-finder/eocdcoimbpmnookgdpemmneoiaghjenp |
Περιγραφή | An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country. |
Μέγεθος Αρχείου | 283 KB |
Αριθμός Εγκαταστάσεων | 165 |
Τρέχουσα Έκδοση | 0.0.0.4 |
Τελευταία Ενημέρωση | 2013-11-29 |
Ημερομηνία Δημοσίευσης | 2013-11-29 |
Αξιολόγηση | 4.75/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | Adedayo Ayodele |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |