DNS Report

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

Cos'è DNS Report?

DNS Report è un'estensione di Chrome sviluppata da https://www.dnssniffer.com, e la sua funzione principale è "Check DNS & mail server configurations with the DNS Report extension from DNSSniffer.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DNS Report

Scarica i file di estensione DNS Report in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DNS Report DNS Report
ID hhocknjlmkehmhemfangohgpbdafdlbj
URL Ufficiale https://chrome.google.com/webstore/detail/dns-report/hhocknjlmkehmhemfangohgpbdafdlbj
Descrizione Check DNS & mail server configurations with the DNS Report extension from DNSSniffer.
Dimensione del File 14.86 KB
Conteggio Installazioni 148
Versione Corrente 1.1.7
Ultimo Aggiornamento 2015-02-14
Data di Pubblicazione 2015-02-14
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore https://www.dnssniffer.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dnssniffer.com
Lingue Supportate 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:\/\/*\/*"
    ]
}