IP Intelligence Lookup

Displays OSI for a selected IP address

IP Intelligence Lookup क्या है?

IP Intelligence Lookup http://rud.is द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays OSI for a selected IP address"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IP Intelligence Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}