Heimdall

A security scanner.

Heimdall क्या है?

Heimdall Ryan Howell द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A security scanner."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Heimdall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A software system to improve analysis and communication of website domain security.

Heimdall shows the feasibility of improving existing browser security indicators, by expanding the factors used for security analysis. The outcome of this analysis is communicated through a browser extension icon, using a simple colour coded A - F scoring system.                    

एक्सटेंशन की मूल जानकारी

नाम Heimdall Heimdall
ID loiabdhahjaijmijllhiidceilfecggg
आधिकारिक URL https://chromewebstore.google.com/detail/heimdall/loiabdhahjaijmijllhiidceilfecggg
विवरण A security scanner.
फ़ाइल का आकार 136 KB
स्थापना संख्या 108
वर्तमान संस्करण 0.0.14
अंतिम अपडेट 2018-08-04
प्रकाशन तिथि 2018-08-04
डेवलपर Ryan Howell
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://heimdall.rhowell.io
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Heimdall",
    "version": "0.0.14",
    "description": "A security scanner.",
    "icons": {
        "16": "icons\/H_16_green.png",
        "32": "icons\/H_32_green.png",
        "64": "icons\/H_64_green.png",
        "128": "icons\/H_128_green.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/U_16.png",
            "32": "icons\/U_32.png",
            "64": "icons\/U_64.png",
            "128": "icons\/U_128.png"
        }
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/browser-polyfill\/browser-polyfill.min.js",
            "libs\/socket.io\/socket.io.js",
            "dist\/background.compiled.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    }
}