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.                     Основная информация о расширении
| Название |  | 
| 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"
    }
} | |