DNS Record Checker

DNS Record Checker Chrome extension allows you to easily check DNS records and troubleshoot issues for any domain

DNS Record Checkerคืออะไร?

DNS Record Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dnsrecordchecker และคุณลักษณะหลักของมันคือ "DNS Record Checker Chrome extension allows you to easily check DNS records and troubleshoot issues for any domain"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DNS Record Checker

ดาวน์โหลดไฟล์ส่วนขยาย DNS Record Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DNS Record Checker is a tool used to check the DNS records associated with a particular domain name. DNS records are used to store information about a domain, such as the IP address of the server hosting the website, the email servers associated with the domain, and other settings such as DNSSEC (DNS Security Extensions) records. 

 

Key Features: 

>>Comprehensive DNS record check: The extension provides a comprehensive DNS record check for any domain, including A, AAAA, MX, CNAME, TXT, and NS records. This can be useful for troubleshooting issues related to website or email delivery. 

>>Easy to use: Simply enter the domain name you wish to check, and the extension will display the associated DNS records and their current status. 

>>IP information: The extension provides information about the IP address associated with the domain, including the location and organization associated with the IP address. 

How to use: 

>>Install the DNS Record Checker Chrome extension from the Chrome Web Store. 

>>Click on the extension icon in your browser toolbar to open the tool. 

>>The extension will display the associated DNS records and their current status.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DNS Record Checker DNS Record Checker
ID mmhppjppflaomdeikgkijjiiicakbfki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dns-record-checker/mmhppjppflaomdeikgkijjiiicakbfki
คำอธิบาย DNS Record Checker Chrome extension allows you to easily check DNS records and troubleshoot issues for any domain
ขนาดไฟล์ 308 KB
จำนวนการติดตั้ง 315
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-03-20
วันที่เผยแพร่ 2023-03-20
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dnsrecordchecker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "version": "1.0.0",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "DNS Record Checker",
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon64.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications"
    ]
}