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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}