Security-Header-Extension
A Chrome Extension built to check the presence of embedded security headers.
Security-Header-Extension란 무엇입니까?
Security-Header-Extension은(는) ACNS_cybersecurity_interns에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension built to check the presence of embedded security headers."입니다.
확장 프로그램 스크린샷
Security-Header-Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Developed by the ACNS Cybersecurity Internship Web team using modern web tools.
확장 프로그램 기본 정보
이름 | Security-Header-Extension |
ID | nggplilppojikmgpmlecpcikpoiffinp |
공식 URL | https://chromewebstore.google.com/detail/security-header-extension/nggplilppojikmgpmlecpcikpoiffinp |
설명 | A Chrome Extension built to check the presence of embedded security headers. |
파일 크기 | 510 KB |
설치 횟수 | 2,338 |
현재 버전 | 6.2 |
최근 업데이트 | 2022-06-29 |
출시 날짜 | 2020-03-26 |
평점 | 4.80/5 총 5 개의 평점 |
개발자 | ACNS_cybersecurity_interns |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "index.html", "default_title": "Security-Header-Extension" }, "description": "A Chrome Extension built to check the presence of embedded security headers.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtj9FvUGF3+Wy3m65a1aU5ELPIWXFMk+ISbXie5iHCeKC+AIHsvnMRPWbKIt+1Kv3tqdAM2EnJRosmNGGosu5\/vml2bXEnMvibU07Mcv6aRqKELc\/RlCfS0cizMjWlNZlpLYvJuuy4p9wypash8H1RDiuRrnvF9C\/M5rmertPbl+wjRT1u4V8Fn9AEVayqWvEOZhEOK2blu9Ns9vpYqUyT6fnRt46Wiwl9G2mP5XSudNn9vh+QWQGvjA7z0UcTywzK9PWw1s2qXJyhq3UD482KYX8JVXQPF5THeb4\/6JoznJdeIbatVelnR5OG1gPfIz7Ewuffl859NqgoAsxVMs5rQIDAQAB", "manifest_version": 3, "name": "Security-Header-Extension", "permissions": [ "tabs" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.2" } |