Website Risk Analyzer
Analyze your website for vulnerabilities and data breaches
Website Risk Analyzer란 무엇입니까?
Website Risk Analyzer은(는) HUMAN Security에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyze your website for vulnerabilities and data breaches"입니다.
확장 프로그램 스크린샷
Website Risk Analyzer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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": [ " |