Intezer Analyze
Intezer Analyze
Cos'è Intezer Analyze?
Intezer Analyze è un'estensione di Chrome sviluppata da Intezer, e la sua funzione principale è "Intezer Analyze".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intezer Analyze
Scarica i file di estensione Intezer Analyze in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Intezer Analyze |
ID | gmfpdlnpcmbgkgankkmajjlpcieppoaf |
URL Ufficiale | https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Descrizione | Intezer Analyze |
Dimensione del File | 437 KB |
Conteggio Installazioni | 1,298 |
Versione Corrente | 0.0.0.5 |
Ultimo Aggiornamento | 2023-05-01 |
Data di Pubblicazione | 2020-10-08 |
Valutazione | 4.86/5 Totale 7 Valutazioni |
Sviluppatore | Intezer |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.intezer.com/intezer-analyze/ |
URL della Pagina della Politica sulla Privacy | https://analyze.intezer.com/privacy_policy.html |
Lingue Supportate | 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 } |