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 |
官方網址 | 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 |
電子郵箱 | [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" } |