Thrive Domain Scanner
A tool that quickly scan domains and find all the useful DNS information
¿Qué es Thrive Domain Scanner?
Thrive Domain Scanner es una extensión de Chrome desarrollada por Unknown, y su función principal es "A tool that quickly scan domains and find all the useful DNS information".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Thrive Domain Scanner
Descarga archivos de extensión Thrive Domain Scanner en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Thrive Domain Scanner |
ID | plamgpjccakajolmnhmigkogelodcfbp |
URL Oficial | https://chromewebstore.google.com/detail/thrive-domain-scanner/plamgpjccakajolmnhmigkogelodcfbp |
Descripción | A tool that quickly scan domains and find all the useful DNS information |
Tamaño del Archivo | 68.61 KB |
Cantidad de Instalaciones | 46 |
Versión Actual | 1.1 |
Última Actualización | 2021-12-28 |
Fecha de Publicación | 2021-12-27 |
Desarrollador | Unknown |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://thriveweb.com.au/the-lab/domain-scanner/ |
URL de la Página de Ayuda | https://thriveweb.com.au/ |
Idiomas Soportados | 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" } } |