GNC Whois

Click to get URL's Whois data

GNC Whois란 무엇입니까?

GNC Whois은(는) GNC Medya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click to get URL's Whois data"입니다.

확장 프로그램 스크린샷

screenshot

GNC Whois 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The GNC Whois tool lets you find out who owns a domain name or if that domain name is available for registration.


You can view:

● Domain Availability Information
● Doman Creation, Registration and Expiry Information
● Domain Status
● Domain Registrar Information (which registrar a domain is held with)
● Domain Contact Information. This can tell you the registrant, admin, billing and tech contacts for the domain name.
● Domain Name DNS information

This is a critical tool for anyone with any interest in domain names.                    

확장 프로그램 기본 정보

이름 GNC Whois GNC Whois
ID iehbegdnikepcamifgaecepnlfolpefi
공식 URL https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi
설명 Click to get URL's Whois data
파일 크기 7.97 KB
설치 횟수 17
현재 버전 1.0
최근 업데이트 2013-07-28
출시 날짜 2013-07-28
평점 3.00/5 총 3 개의 평점
개발자 GNC Medya
결제 유형 free
확장 프로그램 웹 사이트 http://whois.gncmedya.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GNC Whois",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Click to get URL's Whois data",
    "browser_action": {
        "name": "Click to get URL's Whois data",
        "default_icon": "icon_toolbar.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "jsuri-1.1.1.min.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}