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 확장 프로그램으로, 주요 기능은 "Chrome extension that allows the inspection of security aspects of a site's HTTP headers, cookies and other key security settings."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Recx Security Analyser 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}