Chrome Reporting Extension

Extension for reporting chrome metrics and events.

Chrome Reporting Extension là gì?

Chrome Reporting Extension là một tiện ích mở rộng Chrome được phát triển bởi cbe-cws-admins, và tính năng chính của nó là "Extension for reporting chrome metrics and events.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Reporting Extension

Tải xuống các tệp mở rộng Chrome Reporting Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Reporting Extension Chrome Reporting Extension
ID emahakmocgideepebncgnmlmliepgpgb
URL Chính Thức https://chromewebstore.google.com/detail/chrome-reporting-extensio/emahakmocgideepebncgnmlmliepgpgb
Mô tả Extension for reporting chrome metrics and events.
Kích Thước Tệp 34.57 KB
Số Lần Cài Đặt 303,920
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-12-01
Ngày Phát Hành 2019-12-16
Đánh Giá 3.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển cbe-cws-admins
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cloud.google.com/chrome-enterprise/
URL Trang Trợ Giúp https://support.google.com/chrome/a/answer/7652902
URL Trang Chính Sách Bảo Mật https://www.google.com/policies
Ngôn Ngữ Được Hỗ Trợ 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"
}