Intezer Analyze
Intezer Analyze
What is Intezer Analyze?
Intezer Analyze is a Chrome extension developed by Intezer, and its main feature is "Intezer Analyze".
Extension Screenshots
Download Intezer Analyze Extension CRX File
Download Intezer Analyze extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Intezer Analyze |
ID | gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Official URL | https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf |
Description | Intezer Analyze |
File Size | 437 KB |
Installation Count | 1,298 |
Current Version | 0.0.0.5 |
Last Updated | 2023-05-01 |
Publish Date | 2020-10-08 |
Rating | 4.86/5 Total 7 Ratings |
Developer | Intezer |
[email protected] | |
Payment Type | free |
Extension Website | https://www.intezer.com/intezer-analyze/ |
Privacy Policy Page URL | https://analyze.intezer.com/privacy_policy.html |
Supported Languages | 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 } |