Intezer Analyze
Intezer Analyze
Intezer Analyze란 무엇입니까?
Intezer Analyze은(는) Intezer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Intezer Analyze"입니다.
확장 프로그램 스크린샷
Intezer Analyze 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Intezer Analyze Chrome Extension now comes with even more features to help you stay safe. With the Genetic Software Mapping technology of Intezer Analyze, you can quickly analyze file hashes and URLs for potential cyber threats. Intezer Analyze offers insight into the What, Who, & How of a potential cyber incident by identifying even the smallest pieces of code reuse. With our Chrome Extension, you can easily analyze a file and check the safety of a URL with just a few clicks. For more information on our terms of service, please visit: https://analyze.intezer.com/enterprise_terms_of_use.html To learn more about our privacy policy, please visit: https://analyze.intezer.com/privacy_policy.html
확장 프로그램 기본 정보
이름 | Intezer Analyze |
ID | gmfpdlnpcmbgkgankkmajjlpcieppoaf |
공식 URL | https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf |
설명 | Intezer Analyze |
파일 크기 | 437 KB |
설치 횟수 | 1,298 |
현재 버전 | 0.0.0.5 |
최근 업데이트 | 2023-05-01 |
출시 날짜 | 2020-10-08 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | Intezer |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.intezer.com/intezer-analyze/ |
개인정보 보호 정책 페이지 URL | https://analyze.intezer.com/privacy_policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intezer Analyze", "version": "0.0.0.5", "description": "Intezer Analyze", "permissions": [ "contextMenus", "cookies" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ] } ], "host_permissions": [ "*:\/\/analyze.intezer.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Intezer Analyze", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "manifest_version": 3 } |