Thrive Domain Scanner

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

Qu'est-ce que Thrive Domain Scanner ?

Thrive Domain Scanner est une extension Chrome développée par Unknown, et sa fonction principale est "A tool that quickly scan domains and find all the useful DNS information".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Thrive Domain Scanner

Téléchargez les fichiers d'extension Thrive Domain Scanner 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

                        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                    

Informations de Base sur l'Extension

Nom Thrive Domain Scanner Thrive Domain Scanner
ID plamgpjccakajolmnhmigkogelodcfbp
URL Officiel https://chromewebstore.google.com/detail/thrive-domain-scanner/plamgpjccakajolmnhmigkogelodcfbp
Description A tool that quickly scan domains and find all the useful DNS information
Taille du Fichier 68.61 KB
Nombre d'Installations 46
Version Actuelle 1.1
Dernière Mise à Jour 2021-12-28
Date de Publication 2021-12-27
Développeur Unknown
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://thriveweb.com.au/the-lab/domain-scanner/
URL de la Page d'Aide https://thriveweb.com.au/
Langues Prises en Charge 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"
    }
}