Thrive Domain Scanner

A tool that quickly scan domains and find all the useful DNS information

O que é Thrive Domain Scanner?

Thrive Domain Scanner é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A tool that quickly scan domains and find all the useful DNS information".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Thrive Domain Scanner

Baixe arquivos de extensão Thrive Domain Scanner 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

                        Thrive’s domain scanner is a tool we use in-house to quickly scan domains and find all the useful information we need when dealing with our day to day website migrations, email issues, DNS changes and new site setups.

What does it do?

- Enter any version of the URL
- Gets only the important WHOIS information and generate links for reseller finder tools
- Looks up MX records and checks if it’s Cloud-hosted, Server Hosted and Missing records
- Checks for SPF records and A record inclusion
- Shows DNS records
- Shows A records including www
- Show root and www CNAMEs
- Checks the reverse DNS matched the A root record
- Checks for Cloudflare Proxy                    

Informações Básicas da Extensão

Nome Thrive Domain Scanner Thrive Domain Scanner
ID plamgpjccakajolmnhmigkogelodcfbp
URL Oficial https://chromewebstore.google.com/detail/thrive-domain-scanner/plamgpjccakajolmnhmigkogelodcfbp
Descrição A tool that quickly scan domains and find all the useful DNS information
Tamanho do Arquivo 68.61 KB
Contagem de Instalações 46
Versão Atual 1.1
Última Atualização 2021-12-28
Data de Publicação 2021-12-27
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thriveweb.com.au/the-lab/domain-scanner/
URL da Página de Ajuda https://thriveweb.com.au/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thrive Domain Scanner",
    "description": "A tool that quickly scan domains and find all the useful DNS information",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/domainscanner.thriveweb.com.au\/"
    ],
    "icons": {
        "12": "img\/main.png",
        "48": "img\/main.png",
        "128": "img\/main.png"
    },
    "action": {
        "default_title": "Click to show the current tab domain details",
        "default_popup": "html\/popup.html"
    }
}