IP Intelligence Lookup
Displays OSI for a selected IP address
ما هو IP Intelligence Lookup؟
IP Intelligence Lookup هو إضافة Chrome تم تطويرها بواسطة http://rud.is، والميزة الرئيسية لها هي "Displays OSI for a selected IP address".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IP Intelligence Lookup
قم بتنزيل ملفات الامتداد IP Intelligence Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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 } |