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文件

下載Endpoint Verification擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}