Intezer Analyze
Intezer Analyze
Was ist Intezer Analyze?
Intezer Analyze ist eine Chrome-Erweiterung, die von Intezer entwickelt wurde, und ihr Hauptmerkmal ist "Intezer Analyze".
Erweiterungsscreenshots
Intezer Analyze-Erweiterungs-CRX-Datei herunterladen
Laden Sie Intezer Analyze-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Intezer Analyze |
ID | gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Offizielle URL | https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Beschreibung | Intezer Analyze |
Dateigröße | 437 KB |
Installationsanzahl | 1,298 |
Aktuelle Version | 0.0.0.5 |
Letztes Update | 2023-05-01 |
Veröffentlichungsdatum | 2020-10-08 |
Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
Entwickler | Intezer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.intezer.com/intezer-analyze/ |
URL der Datenschutzrichtlinien-Seite | https://analyze.intezer.com/privacy_policy.html |
Unterstützte Sprachen | 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 } |