Intezer Analyze
Intezer Analyze
Wat is Intezer Analyze?
Intezer Analyze is een Chrome-extensie ontwikkeld door Intezer, en de belangrijkste functie is "Intezer Analyze".
Extensie Screenshots
Download het CRX-bestand van de extensie Intezer Analyze
Download Intezer Analyze-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Intezer Analyze |
ID | gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Officiële URL | https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Beschrijving | Intezer Analyze |
Bestandsgrootte | 437 KB |
Aantal Installaties | 1,298 |
Huidige Versie | 0.0.0.5 |
Laatst Bijgewerkt | 2023-05-01 |
Publicatiedatum | 2020-10-08 |
Beoordeling | 4.86/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Intezer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.intezer.com/intezer-analyze/ |
URL van de Privacybeleid Pagina | https://analyze.intezer.com/privacy_policy.html |
Ondersteunde Talen | 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 } |