Domain Info

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

Domain Info là gì?

Domain Info là một tiện ích mở rộng Chrome được phát triển bởi https://dmns.app, và tính năng chính của nó là "View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Domain Info

Tải xuống các tệp mở rộng Domain Info dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Domain Info Domain Info
ID afbepfhknfficaflckmgflbmklcleidl
URL Chính Thức https://chromewebstore.google.com/detail/domain-info/afbepfhknfficaflckmgflbmklcleidl
Mô tả View more data about a domain, like registration status & dates, WHOIS, NS, DNS records and more
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 561
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2020-06-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://dmns.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dmns.app
URL Trang Trợ Giúp https://dmns.app/contact
URL Trang Chính Sách Bảo Mật https://dmns.app/policies/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}