Intezer Analyze
Intezer Analyze
¿Qué es Intezer Analyze?
Intezer Analyze es una extensión de Chrome desarrollada por Intezer, y su función principal es "Intezer Analyze".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Intezer Analyze
Descarga archivos de extensión Intezer Analyze en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Intezer Analyze |
ID | gmfpdlnpcmbgkgankkmajjlpcieppoaf |
URL Oficial | https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Descripción | Intezer Analyze |
Tamaño del Archivo | 437 KB |
Cantidad de Instalaciones | 1,298 |
Versión Actual | 0.0.0.5 |
Última Actualización | 2023-05-01 |
Fecha de Publicación | 2020-10-08 |
Calificación | 4.86/5 Total de 7 Calificaciones |
Desarrollador | Intezer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.intezer.com/intezer-analyze/ |
URL de la Página de Política de Privacidad | https://analyze.intezer.com/privacy_policy.html |
Idiomas Soportados | 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 } |