Endpoint Verification

Allows Google Workspace administrators to view laptop and desktop status, including OS, device, and user information.

Endpoint Verification란 무엇입니까?

Endpoint Verification은(는) google.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows Google Workspace administrators to view laptop and desktop status, including OS, device, and user information."입니다.

확장 프로그램 스크린샷

screenshot

Endpoint Verification 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.

For more information: https://support.google.com/a/users/answer/9018161                    

확장 프로그램 기본 정보

이름 Endpoint Verification Endpoint Verification
ID callobklhcbilhphinckomhgkigmfocg
공식 URL https://chromewebstore.google.com/detail/endpoint-verification/callobklhcbilhphinckomhgkigmfocg
설명 Allows Google Workspace administrators to view laptop and desktop status, including OS, device, and user information.
파일 크기 1.31 MB
설치 횟수 3,788,470
현재 버전 1.118.0
최근 업데이트 2024-02-12
출시 날짜 2020-06-10
평점 3.79/5 총 38 개의 평점
개발자 google.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://policies.google.com/privacy
지원되는 언어 en
manifest.json
{
    "action": {
        "default_icon": {
            "19": "icon_19_normal.png",
            "38": "icon_38_normal.png"
        },
        "default_popup": "popup.html"
    },
    "author": {
        "email": "[email protected]"
    },
    "background": {
        "service_worker": "background_service_worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-downloads allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "host_permissions": [
        "*:\/\/*.google.com\/*"
    ],
    "icons": {
        "128": "icon_128_normal.png",
        "19": "icon_19_normal.png",
        "38": "icon_38_normal.png",
        "512": "icon_512_normal.png"
    },
    "incognito": "not_allowed",
    "manifest_version": 3,
    "name": "Endpoint Verification",
    "oauth2": {
        "client_id": "159084122861-5v2jb9mom4h04piuj12rq5rb2952j98k.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/cloud-platform"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "cookies",
        "idle",
        "nativeMessaging",
        "storage",
        "alarms",
        "browsingData",
        "enterprise.deviceAttributes",
        "enterprise.platformKeys",
        "gcm",
        "identity",
        "identity.email",
        "platformKeys",
        "enterprise.reportingPrivate",
        "offscreen"
    ],
    "sandbox": {
        "pages": [
            "iframe_sandbox.html"
        ]
    },
    "version": "1.118.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}