Intezer Analyze
Intezer Analyze
Intezer Analyzeとは何ですか?
Intezer AnalyzeはIntezerによって開発されたChromeの拡張機能で、その主な機能は「Intezer Analyze」です。
拡張機能のスクリーンショット
Intezer Analyze拡張機能のCRXファイルをダウンロード
Intezer Analyze拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | Intezer Analyze |
ID | gmfpdlnpcmbgkgankkmajjlpcieppoaf |
公式URL | https://chromewebstore.google.com/detail/intezer-analyze/gmfpdlnpcmbgkgankkmajjlpcieppoaf |
説明 | Intezer Analyze |
ファイルサイズ | 437 KB |
インストール数 | 1,298 |
現在のバージョン | 0.0.0.5 |
最終更新日 | 2023-05-01 |
公開日 | 2020-10-08 |
評価 | 4.86/5 合計 7 レビュー |
開発者 | Intezer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.intezer.com/intezer-analyze/ |
プライバシーポリシーページのURL | https://analyze.intezer.com/privacy_policy.html |
対応言語 | 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 } |