Thrive Domain Scanner

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

什麼是Thrive Domain Scanner?

Thrive Domain Scanner是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A tool that quickly scan domains and find all the useful DNS information”。

擴展截圖

screenshot
screenshot

下載Thrive Domain Scanner擴展crx文件

下載Thrive Domain Scanner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Thrive Domain Scanner Thrive Domain Scanner
ID plamgpjccakajolmnhmigkogelodcfbp
官方網址 https://chromewebstore.google.com/detail/thrive-domain-scanner/plamgpjccakajolmnhmigkogelodcfbp
簡介 A tool that quickly scan domains and find all the useful DNS information
檔案大小 68.61 KB
安裝次數 46
目前版本 1.1
更新時間 2021-12-28
上架時間 2021-12-27
開發者 Unknown
電子郵箱 [email protected]
付費類型 free
擴展官網 https://thriveweb.com.au/the-lab/domain-scanner/
說明頁面URL https://thriveweb.com.au/
支援的語言 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"
    }
}