Thrive Domain Scanner

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

Thrive Domain Scanner क्या है?

Thrive Domain Scanner Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool that quickly scan domains and find all the useful DNS information"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thrive Domain Scanner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}