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
公式URL 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
Eメール [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"
    }
}