Domain Info
View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more
Cos'è Domain Info?
Domain Info è un'estensione di Chrome sviluppata da https://dmns.app, e la sua funzione principale è "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Domain Info
Scarica i file di estensione Domain Info 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
If you ever wanted to see more (public) data about a domain name, this is the extension to use. This extension started as a small project: see domain's expiry date. In time, more was added, and now the extension can show you who registered the domain, important dates (created or expiry), DNS Records or mentions in the news. Highlights: - Shows domain availability: registered, available or for sale - Show at which registrar the domain is registered - Important domain dates: registration date, expiry date - Registrant info (if public): person or company name, location and contact email - Info about Name Servers - DNS records: lists all subdomains - Domain history: timeline of domain changes in WHOIS, DNS or public sales - Does not track or record browser history. The only info used is the domain name in current tab when extension icon is clicked Change log: - v2.2 - Show friendly message when WHOIS data can't be loaded - v2.1 - Load info about IPs on mouse hover in DNS Records tab - v2 - new UI, new & faster API
Informazioni di Base sull'Estensione
Nome | Domain Info |
ID | afbepfhknfficaflckmgflbmklcleidl |
URL Ufficiale | https://chromewebstore.google.com/detail/domain-info/afbepfhknfficaflckmgflbmklcleidl |
Descrizione | View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more |
Dimensione del File | 118 KB |
Conteggio Installazioni | 561 |
Versione Corrente | 2.2.0 |
Ultimo Aggiornamento | 2024-02-01 |
Data di Pubblicazione | 2020-06-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://dmns.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://dmns.app |
URL della Pagina di Aiuto | https://dmns.app/contact |
URL della Pagina della Politica sulla Privacy | https://dmns.app/policies/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Domain Info", "description": "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more", "version": "2.2.0", "icons": { "16": "icons\/icon_48.png", "32": "icons\/icon_48.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "declarativeContent", "storage" ], "action": { "default_title": "Domain Info", "default_popup": "index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" } } |