Recx Security Analyser

Chrome extension that allows the inspection of security aspects of a site's HTTP headers, cookies and other key security settings.

Recx Security Analyser क्या है?

Recx Security Analyser https://recx.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that allows the inspection of security aspects of a site's HTTP headers, cookies and other key security settings."।

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

screenshot
screenshot
screenshot

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

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

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

                        A security extension for non security experts and experts alike. Ideal for developers and quality assurance testers who quickly want to identify issues that would enhance the security of their web applications. This extension allows you to quickly see the security attributes of:

- Security relevant HTTP headers returned from the web server.
- Cookies for the site currently being viewed.
- Page meta headers that replicate HTTP security header functionality.
- HTML form and element auto-complete status.

Full explanations of the issues found are provided via context help. Also included are notes around any considerations before attempting resolution and details of the best practice configurations.

For advanced users there are also further details available (accessed via the green plus icons) showing:

- All HTTP headers: full listing of the headers returned, with highlighting.
- All Cookies: full listing of the cookies and their attributes for the site currently being viewed.                    

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

नाम Recx Security Analyser Recx Security Analyser
ID ljafjhbjenhgcgnikniijchkngljgjda
आधिकारिक URL https://chromewebstore.google.com/detail/recx-security-analyser/ljafjhbjenhgcgnikniijchkngljgjda
विवरण Chrome extension that allows the inspection of security aspects of a site's HTTP headers, cookies and other key security settings.
फ़ाइल का आकार 71.46 KB
स्थापना संख्या 4,833
वर्तमान संस्करण 1.3.0.4
अंतिम अपडेट 2014-03-18
प्रकाशन तिथि 2014-03-18
रेटिंग 4.36/5 कुल 11 रेटिंग्स
डेवलपर https://recx.co.uk
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.recx.co.uk/products/chromeplugin.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.3.0.4",
    "default_locale": "en",
    "author": "Recx Ltd.",
    "description": "__MSG_extension_description__",
    "content_security_policy": "default-src: 'self'; script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_extension_default_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}