DNS Report

Check DNS & mail server configurations with the DNS Report extension from DNSSniffer.

DNS Reportคืออะไร?

DNS Report เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dnssniffer.com และคุณลักษณะหลักของมันคือ "Check DNS & mail server configurations with the DNS Report extension from DNSSniffer."

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

screenshot

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

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

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

                        Integrate DNSSniffer into your chrome browser, and generate a DNS report within seconds.

With our DNS Check you get a detailed overview of DNS and MX records for any domain name.                    

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

ชื่อ DNS Report DNS Report
ID hhocknjlmkehmhemfangohgpbdafdlbj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dns-report/hhocknjlmkehmhemfangohgpbdafdlbj
คำอธิบาย Check DNS & mail server configurations with the DNS Report extension from DNSSniffer.
ขนาดไฟล์ 14.86 KB
จำนวนการติดตั้ง 148
เวอร์ชันปัจจุบัน 1.1.7
อัปเดตครั้งล่าสุด 2015-02-14
วันที่เผยแพร่ 2015-02-14
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.dnssniffer.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dnssniffer.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DNS Report",
    "short_name": "DNS Report",
    "description": "Check DNS & mail server configurations with the DNS Report extension from DNSSniffer.",
    "version": "1.1.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}