GNC Whois

Click to get URL's Whois data

Co to jest GNC Whois?

GNC Whois to rozszerzenie Chrome opracowane przez GNC Medya, a jego główną funkcją jest „Click to get URL's Whois data”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GNC Whois

Pobierz pliki rozszerzeń GNC Whois w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GNC Whois GNC Whois
ID iehbegdnikepcamifgaecepnlfolpefi
Oficjalny URL https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi
Opis Click to get URL's Whois data
Rozmiar pliku 7.97 KB
Liczba instalacji 17
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-07-28
Data Publikacji 2013-07-28
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper GNC Medya
Typ Płatności free
Strona Rozszerzenia http://whois.gncmedya.com
Obsługiwane Języki 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"
    ]
}