IP Address and Domain Information

The Ultimate online investigation tool! See detailed information about every IP Address, Domain Name and Provider.

IP Address and Domain Information란 무엇입니까?

IP Address and Domain Information은(는) https://dnslytics.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Ultimate online investigation tool! See detailed information about every IP Address, Domain Name and Provider."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IP Address and Domain Information 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension displays detailed information about the current website. The information can be used for online investigation and SEO purposes.

See IP info like (IPv4 and IPv6): location, DNS, whois data, routing, domain neighbors, blacklists and ASN information. Including a shortcut to Your public IP Address (myIP info).

See domain info like: Alexa en Quantcast ranking, DMOZ info, social media activity, WOT ranking, whois data and PageRank of every domain.

See provider info like: BGP, IPv4 subnets, IPv6 subnets, connected providers (peers), hosted nameservers, hosted domains, number of spam hosts, bogon subnets and whois data.


*******************
This extension is also available for Firefox, Opera and Safari.
https://addons.mozilla.org/en-US/firefox/addon/ip-address-and-domain-info/
https://addons.opera.com/extensions/details/ip-address-and-domain-information/
http://www.macupdate.com/app/mac/39018/ip-address-information                    

확장 프로그램 기본 정보

이름 IP Address and Domain Information IP Address and Domain Information
ID lhgkegeccnckoiliokondpaaalbhafoa
공식 URL https://chromewebstore.google.com/detail/ip-address-and-domain-inf/lhgkegeccnckoiliokondpaaalbhafoa
설명 The Ultimate online investigation tool! See detailed information about every IP Address, Domain Name and Provider.
파일 크기 461 KB
설치 횟수 139,582
현재 버전 4.0.6.3
최근 업데이트 2023-11-25
출시 날짜 2020-06-03
평점 4.45/5 총 569 개의 평점
개발자 https://dnslytics.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dnslytics.com/browser-extensions-addons-accelerators
도움말 페이지 URL https://search.dnslytics.com/contact
개인정보 보호 정책 페이지 URL https://dnslytics.com/privacy-policy
지원되는 언어 id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "webdevmedia",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "4.0.6.3",
    "manifest_version": 3,
    "icons": {
        "30": "icon30.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.dnslytics.net\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.net; img-src https:\/\/*.dnslytics.net;"
    }
}