Domain Info

View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more

Was ist Domain Info?

Domain Info ist eine Chrome-Erweiterung, die von https://dmns.app entwickelt wurde, und ihr Hauptmerkmal ist "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Domain Info-Erweiterungs-CRX-Datei herunterladen

Laden Sie Domain Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Domain Info Domain Info
ID afbepfhknfficaflckmgflbmklcleidl
Offizielle URL https://chromewebstore.google.com/detail/domain-info/afbepfhknfficaflckmgflbmklcleidl
Beschreibung View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more
Dateigröße 118 KB
Installationsanzahl 561
Aktuelle Version 2.2.0
Letztes Update 2024-02-01
Veröffentlichungsdatum 2020-06-30
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://dmns.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dmns.app
Hilfeseite URL https://dmns.app/contact
URL der Datenschutzrichtlinien-Seite https://dmns.app/policies/privacy
Unterstützte Sprachen 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"
    }
}