Thrive Domain Scanner

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

ما هو Thrive Domain Scanner؟

Thrive Domain Scanner هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "A tool that quickly scan domains and find all the useful DNS information".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Thrive Domain Scanner

قم بتنزيل ملفات الامتداد Thrive Domain Scanner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}