GNC Whois

Click to get URL's Whois data

Wat is GNC Whois?

GNC Whois is een Chrome-extensie ontwikkeld door GNC Medya, en de belangrijkste functie is "Click to get URL's Whois data".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GNC Whois

Download GNC Whois-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GNC Whois GNC Whois
ID iehbegdnikepcamifgaecepnlfolpefi
Officiële URL https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi
Beschrijving Click to get URL's Whois data
Bestandsgrootte 7.97 KB
Aantal Installaties 17
Huidige Versie 1.0
Laatst Bijgewerkt 2013-07-28
Publicatiedatum 2013-07-28
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar GNC Medya
Betalingswijze free
Extensiewebsite http://whois.gncmedya.com
Ondersteunde Talen 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"
    ]
}