GNC Whois
Click to get URL's Whois data
O que é GNC Whois?
GNC Whois é uma extensão do Chrome desenvolvida por GNC Medya, e sua principal característica é "Click to get URL's Whois data".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GNC Whois
Baixe arquivos de extensão GNC Whois no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | iehbegdnikepcamifgaecepnlfolpefi |
URL Oficial | https://chrome.google.com/webstore/detail/gnc-whois/iehbegdnikepcamifgaecepnlfolpefi |
Descrição | Click to get URL's Whois data |
Tamanho do Arquivo | 7.97 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0 |
Última Atualização | 2013-07-28 |
Data de Publicação | 2013-07-28 |
Classificação | 3.00/5 Total de 3 Avaliações |
Desenvolvedor | GNC Medya |
Tipo de Pagamento | free |
Site da Extensão | http://whois.gncmedya.com |
Idiomas Suportados | 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" ] } |