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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chrome Reporting Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
}