Chrome Reporting Extension
Extension for reporting chrome metrics and events.
Chrome Reporting Extensionとは何ですか?
Chrome Reporting Extensionはcbe-cws-adminsによって開発されたChromeの拡張機能で、その主な機能は「Extension for reporting chrome metrics and events.」です。
拡張機能のスクリーンショット
Chrome Reporting Extension拡張機能のCRXファイルをダウンロード
Chrome Reporting Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Visibility into browser activity can help IT better secure and manage their enterprise environments. This extension gives IT admins access to log information about Chrome Browser usage. IT can view the logs through their existing enterprise reporting and monitoring tools to better understand their company devices and operating systems running Chrome Browser, the extensions installed in their environment, and verify that policies are applied as expected. This Chrome Browser reporting extension is managed via policy and only works in managed environments. It does not report information about incognito mode sessions. Please visit chrome.com/enterprise to learn more about deploying Chrome Browser for your organization. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
拡張機能の基本情報
名前 | Chrome Reporting Extension |
ID | emahakmocgideepebncgnmlmliepgpgb |
公式URL | https://chromewebstore.google.com/detail/chrome-reporting-extensio/emahakmocgideepebncgnmlmliepgpgb |
説明 | Extension for reporting chrome metrics and events. |
ファイルサイズ | 34.57 KB |
インストール数 | 303,920 |
現在のバージョン | 3.0.0 |
最終更新日 | 2022-12-01 |
公開日 | 2019-12-16 |
評価 | 3.67/5 合計 12 レビュー |
開発者 | cbe-cws-admins |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cloud.google.com/chrome-enterprise/ |
ヘルプページのURL | https://support.google.com/chrome/a/answer/7652902 |
プライバシーポリシーページのURL | https://www.google.com/policies |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Reporting Extension", "version": "3.0.0", "manifest_version": 2, "description": "Extension for reporting chrome metrics and events.", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/log_entry_factory.js", "js\/policy_provider.js", "js\/port.js", "js\/extension_logic.js" ], "persistent": true }, "permissions": [ "alarms", "nativeMessaging", "management", "storage", "system.cpu", "system.memory", "identity", "identity.email", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*", "unlimitedStorage", "safeBrowsingPrivate" ], "storage": { "managed_schema": "schema.json" }, "incognito": "not_allowed" } |