GNC Whois

Click to get URL's Whois data

Qu'est-ce que GNC Whois ?

GNC Whois est une extension Chrome développée par GNC Medya, et sa fonction principale est "Click to get URL's Whois data".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GNC Whois

Téléchargez les fichiers d'extension GNC Whois au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GNC Whois GNC Whois
ID iehbegdnikepcamifgaecepnlfolpefi
URL Officiel https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi
Description Click to get URL's Whois data
Taille du Fichier 7.97 KB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2013-07-28
Date de Publication 2013-07-28
Évaluation 3.00/5 Total 3 Évaluations
Développeur GNC Medya
Type de Paiement free
Site Web de l'Extension http://whois.gncmedya.com
Langues Prises en Charge 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"
    ]
}