Domain Name Registration Data Lookup (WHOIS)
This tool gives you the ability to look up the registration data for domain names
Was ist Domain Name Registration Data Lookup (WHOIS)?
Domain Name Registration Data Lookup (WHOIS) ist eine Chrome-Erweiterung, die von brian.girko entwickelt wurde, und ihr Hauptmerkmal ist "This tool gives you the ability to look up the registration data for domain names".
Erweiterungsscreenshots
Domain Name Registration Data Lookup (WHOIS)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Domain Name Registration Data Lookup (WHOIS)-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
This is a developer tool to get information about the domain that belongs to the active tab or whatever URL that is submitted via the search box. The extension connects to one or more RDAP services and provides the following meta-information related to the domain: 1. The domain name and its Registry Domain ID 2. Domain transfer status 3. Current active nameservers 4. Important dates (Expiration and Creation) 5. Registrar, technical, administrative and abuse contact info 6. Delegation Signed status
Grundlegende Informationen zur Erweiterung
Name | Domain Name Registration Data Lookup (WHOIS) |
ID | adgbhhajdfejelgocchpbalomjopkfdm |
Offizielle URL | https://chromewebstore.google.com/detail/domain-name-registration/adgbhhajdfejelgocchpbalomjopkfdm |
Beschreibung | This tool gives you the ability to look up the registration data for domain names |
Dateigröße | 154 KB |
Installationsanzahl | 66 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2020-02-04 |
Veröffentlichungsdatum | 2020-02-02 |
Entwickler | brian.girko |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://add0n.com/whois.html |
Hilfeseite URL | https://add0n.com/whois.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.1", "name": "Domain Name Registration Data Lookup (WHOIS)", "description": "This tool gives you the ability to look up the registration data for domain names", "permissions": [ "storage", "activeTab", "*:\/\/www.namesilo.com\/rdap\/*", "*:\/\/rdap.verisign.com\/com\/*", "*:\/\/rdap.gandi.net\/domain\/*", "*:\/\/rdap.register.com\/rdap\/*" ], "homepage_url": "https:\/\/add0n.com\/whois.html", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "data\/icons\/16.png", "19": "data\/icons\/19.png", "32": "data\/icons\/32.png", "38": "data\/icons\/38.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png", "512": "data\/icons\/512.png" }, "browser_action": { "default_popup": "data\/popup\/index.html" } } |