Domain Info
View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more
Domain Info란 무엇입니까?
Domain Info은(는) https://dmns.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more"입니다.
확장 프로그램 스크린샷
Domain Info 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | afbepfhknfficaflckmgflbmklcleidl |
공식 URL | https://chromewebstore.google.com/detail/domain-info/afbepfhknfficaflckmgflbmklcleidl |
설명 | View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more |
파일 크기 | 118 KB |
설치 횟수 | 561 |
현재 버전 | 2.2.0 |
최근 업데이트 | 2024-02-01 |
출시 날짜 | 2020-06-30 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://dmns.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dmns.app |
도움말 페이지 URL | https://dmns.app/contact |
개인정보 보호 정책 페이지 URL | https://dmns.app/policies/privacy |
지원되는 언어 | 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" } } |