IP Intelligence Lookup
Displays OSI for a selected IP address
What is IP Intelligence Lookup?
IP Intelligence Lookup is a Chrome extension developed by http://rud.is, and its main feature is "Displays OSI for a selected IP address".
Extension Screenshots
Download IP Intelligence Lookup Extension CRX File
Download IP Intelligence Lookup extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | appnikgnccbpoffhbpkfjejnipeinnoj |
Official URL | https://chrome.google.com/webstore/detail/ip-intelligence-lookup/appnikgnccbpoffhbpkfjejnipeinnoj |
Description | Displays OSI for a selected IP address |
File Size | 9.86 KB |
Installation Count | 451 |
Current Version | 0.1 |
Last Updated | 2013-08-10 |
Publish Date | 2013-08-10 |
Rating | 3.63/5 Total 8 Ratings |
Developer | http://rud.is |
Payment Type | free |
Supported Languages | 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 } |