CSP Tester

This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.

CSP Tester란 무엇입니까?

CSP Tester은(는) oxdef에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented."입니다.

확장 프로그램 스크린샷

screenshot

CSP Tester 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension helps web masters to test web application functionality
with Content Security Policy (CSP) version 2.0 implemented.

Typical workflow looks like:

1. Open the extension window
2. Add into the URL Pattern a regular expression for the site that you want to test, for example *://yoursite.com/* (CSP Tester uses Chrome Match Patterns)
3. Tick the e.g. "self" checkbox, check "Active" and Save the changes
4. Open the Developer Tools and navigate to the tested site
5. Confirm a number of CSP violations reported in the Developer Tools Console as well as possible visual changes
6. Make changes in the policy based on these reports                    

확장 프로그램 기본 정보

이름 CSP Tester CSP Tester
ID ehmipebdmhlmikaopdfoinmcjhhfadlf
공식 URL https://chromewebstore.google.com/detail/csp-tester/ehmipebdmhlmikaopdfoinmcjhhfadlf
설명 This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.
파일 크기 16.61 KB
설치 횟수 2,090
현재 버전 2.1
최근 업데이트 2018-10-02
출시 날짜 2018-09-02
평점 3.71/5 총 7 개의 평점
개발자 oxdef
결제 유형 free
확장 프로그램 웹 사이트 https://oxdef.info/csp-tester
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSP Tester",
    "description": "This extension helps web masters to test web application behaviour with Content Security Policy version 2.0 implemented.",
    "version": "2.1",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/oxdef.info\/csp-tester",
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    }
}