GNC Whois

Click to get URL's Whois data

Cos'è GNC Whois?

GNC Whois è un'estensione di Chrome sviluppata da GNC Medya, e la sua funzione principale è "Click to get URL's Whois data".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GNC Whois

Scarica i file di estensione GNC Whois in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GNC Whois GNC Whois
ID iehbegdnikepcamifgaecepnlfolpefi
URL Ufficiale https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi
Descrizione Click to get URL's Whois data
Dimensione del File 7.97 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2013-07-28
Data di Pubblicazione 2013-07-28
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore GNC Medya
Tipo di Pagamento free
Sito Web dell'Estensione http://whois.gncmedya.com
Lingue Supportate 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"
    ]
}