DNS Into
Check DNS Report
Cos'è DNS Into?
DNS Into è un'estensione di Chrome sviluppata da https://www.dnsinto.com, e la sua funzione principale è "Check DNS Report".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DNS Into
Scarica i file di estensione DNS Into 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
DNS INTO is a simple extension to view the DNS report for any website in the fly, just click on the icon to check the dns report. easy , simple and fast report.
Informazioni di Base sull'Estensione
Nome | DNS Into |
ID | kfpbaajciibncaiinecmpamifjkkiahe |
URL Ufficiale | https://chromewebstore.google.com/detail/dns-into/kfpbaajciibncaiinecmpamifjkkiahe |
Descrizione | Check DNS Report |
Dimensione del File | 116 KB |
Conteggio Installazioni | 104 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-05-23 |
Data di Pubblicazione | 2017-05-22 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | https://www.dnsinto.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DNS Into", "short_name": "DNSINTO", "version": "1.0", "description": "Check DNS Report ", "icons": { "48": "img\/48.png", "16": "img\/16.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/128.png", "default_title": "DNS INTO Report", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |