Website Risk Analyzer

Analyze your website for vulnerabilities and data breaches

Website Risk Analyzer क्या है?

Website Risk Analyzer HUMAN Security द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyze your website for vulnerabilities and data breaches"।

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

screenshot

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

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

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

                        Website Risk Analyzer is a free browser extension that allows web application developers and information security teams to analyze website code for JavaScript vulnerabilities, PII sniffing and suspicious behaviour that could expose the site to digital skimming, formjacking and Magecart attacks.                    

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

नाम Website Risk Analyzer Website Risk Analyzer
ID apcjcfdafnbllnjjeljjanlbfmjkebho
आधिकारिक URL https://chromewebstore.google.com/detail/website-risk-analyzer/apcjcfdafnbllnjjeljjanlbfmjkebho
विवरण Analyze your website for vulnerabilities and data breaches
फ़ाइल का आकार 662 KB
स्थापना संख्या 297
वर्तमान संस्करण 2.1.3
अंतिम अपडेट 2023-11-26
प्रकाशन तिथि 2021-04-07
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर HUMAN Security
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.humansecurity.com/
सहायता पृष्ठ URL https://www.perimeterx.com/website-risk-analyzer-get-more-insights/
गोपनीयता नीति पृष्ठ URL https://www.humansecurity.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "WRA",
    "name": "Website Risk Analyzer",
    "version": "2.1.3",
    "manifest_version": 2,
    "description": "Analyze your website for vulnerabilities and data breaches",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/human-logo16.png",
            "32": "images\/human-logo32.png",
            "48": "images\/human-logo48.png"
        }
    },
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/human-logo16.png",
        "32": "images\/human-logo32.png",
        "48": "images\/human-logo48.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "background",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/js\/cd.js"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' 'sha256-InasXifkZsoVnnwWQyE2\/yu030SQQa5wJnPi9rCD8Jk=' https:\/\/www.google-analytics.com; object-src 'self'"
}