Trellix IVX Cloud
Allows users to submit files to Trellix IVX Cloud service for analysis.
Trellix IVX Cloudとは何ですか?
Trellix IVX CloudはTrellixによって開発されたChromeの拡張機能で、その主な機能は「Allows users to submit files to Trellix IVX Cloud service for analysis.」です。
拡張機能のスクリーンショット
Trellix IVX Cloud拡張機能のCRXファイルをダウンロード
Trellix IVX Cloud拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows user to interact with Trellix IVX Cloud 2023 Trellix. All rights reserved.
拡張機能の基本情報
名前 | Trellix IVX Cloud |
ID | hhjgnjjdklnkcpkfmmllfjdjkknoiklm |
公式URL | https://chromewebstore.google.com/detail/trellix-ivx-cloud/hhjgnjjdklnkcpkfmmllfjdjkknoiklm |
説明 | Allows users to submit files to Trellix IVX Cloud service for analysis. |
ファイルサイズ | 4.64 MB |
インストール数 | 496 |
現在のバージョン | 2.2.7 |
最終更新日 | 2023-09-20 |
公開日 | 2020-05-04 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | Trellix |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.trellix.com/en-us/assets/legal/trellix-eula.pdf |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trellix IVX Cloud", "description": "Allows users to submit files to Trellix IVX Cloud service for analysis.", "version": "2.2.7", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "assets\/images\/logo.png", "default_title": "Trellix IVX Cloud" }, "permissions": [ "downloads", "https:\/\/feapi.marketplace.apps.fireeye.com\/*", "https:\/\/internal-feapi.marketplace.apps.fireeye.com\/*", "activeTab", "storage", "clipboardRead" ], "background": { "scripts": [ "assets\/background.js" ] }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" } } |