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은(는) Adedayo Ayodele에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that helps to find the phone code,country code and postal or zip code associated with a given state or country."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

e-wizzle zip code finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}