IP Intelligence Lookup

Displays OSI for a selected IP address

IP Intelligence Lookup란 무엇입니까?

IP Intelligence Lookup은(는) http://rud.is에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays OSI for a selected IP address"입니다.

확장 프로그램 스크린샷

screenshot

IP Intelligence Lookup 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The IP Intelligence Lookup Chrome Extension submits a selected IP address (right-click to launch intelligence lookup) simultaneously to the following reputation services:

- whois.domaintools.com
- www.mywot.com
- www.tcpiputils.com
- labs.alienvault.com
- www.projecthoneypot.org
- www.virustotal.com
- www.senderbase.com
- www.mcafee.com
- www.sophos.ocm
- www.ipvoid.com

to give you the most comprehensive view of IPv4 address intelligence available. It will open up new tabs in a new browser window, making researching OSI on IPv4 addresses a nigh instantaneous task.                    

확장 프로그램 기본 정보

이름 IP Intelligence Lookup IP Intelligence Lookup
ID appnikgnccbpoffhbpkfjejnipeinnoj
공식 URL https://chrome.google.com/webstore/detail/ip-intelligence-lookup/appnikgnccbpoffhbpkfjejnipeinnoj
설명 Displays OSI for a selected IP address
파일 크기 9.86 KB
설치 횟수 451
현재 버전 0.1
최근 업데이트 2013-08-10
출시 날짜 2013-08-10
평점 3.63/5 총 8 개의 평점
개발자 http://rud.is
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Intelligence Lookup",
    "description": "Displays OSI for a selected IP address",
    "version": "0.1",
    "icons": {
        "48": "target.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "ip-intel.js"
        ]
    },
    "manifest_version": 2
}