DNS Report
Check DNS & mail server configurations with the DNS Report extension from DNSSniffer.
What is DNS Report?
DNS Report is a Chrome extension developed by https://www.dnssniffer.com, and its main feature is "Check DNS & mail server configurations with the DNS Report extension from DNSSniffer.".
Extension Screenshots
Download DNS Report Extension CRX File
Download DNS Report extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | hhocknjlmkehmhemfangohgpbdafdlbj |
Official URL | https://chrome.google.com/webstore/detail/dns-report/hhocknjlmkehmhemfangohgpbdafdlbj |
Description | Check DNS & mail server configurations with the DNS Report extension from DNSSniffer. |
File Size | 14.86 KB |
Installation Count | 148 |
Current Version | 1.1.7 |
Last Updated | 2015-02-14 |
Publish Date | 2015-02-14 |
Rating | 2.33/5 Total 3 Ratings |
Developer | https://www.dnssniffer.com |
Payment Type | free |
Extension Website | https://www.dnssniffer.com |
Supported Languages | 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:\/\/*\/*" ] } |