IP Intelligence Lookup
Displays OSI for a selected IP address
Apa itu IP Intelligence Lookup?
IP Intelligence Lookup adalah ekstensi Chrome yang dikembangkan oleh http://rud.is, dan fitur utamanya adalah "Displays OSI for a selected IP address".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IP Intelligence Lookup
Unduh file ekstensi IP Intelligence Lookup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | appnikgnccbpoffhbpkfjejnipeinnoj |
URL Resmi | https://chrome.google.com/webstore/detail/ip-intelligence-lookup/appnikgnccbpoffhbpkfjejnipeinnoj |
Deskripsi | Displays OSI for a selected IP address |
Ukuran File | 9.86 KB |
Jumlah Instalasi | 451 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2013-08-10 |
Tanggal Publikasi | 2013-08-10 |
Penilaian | 3.63/5 Total 8 Penilaian |
Pengembang | http://rud.is |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |