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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thrive Domain Scanner
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |