Thrive Domain Scanner
A tool that quickly scan domains and find all the useful DNS information
Cos'è Thrive Domain Scanner?
Thrive Domain Scanner è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A tool that quickly scan domains and find all the useful DNS information".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thrive Domain Scanner
Scarica i file di estensione Thrive Domain Scanner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Thrive Domain Scanner |
ID | plamgpjccakajolmnhmigkogelodcfbp |
URL Ufficiale | https://chromewebstore.google.com/detail/thrive-domain-scanner/plamgpjccakajolmnhmigkogelodcfbp |
Descrizione | A tool that quickly scan domains and find all the useful DNS information |
Dimensione del File | 68.61 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2021-12-28 |
Data di Pubblicazione | 2021-12-27 |
Sviluppatore | Unknown |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://thriveweb.com.au/the-lab/domain-scanner/ |
URL della Pagina di Aiuto | https://thriveweb.com.au/ |
Lingue Supportate | 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" } } |