Endpoint Verification
Allows Google Workspace administrators to view laptop and desktop status, including OS, device, and user information.
Endpoint Verification क्या है?
Endpoint Verification google.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows Google Workspace administrators to view laptop and desktop status, including OS, device, and user information."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Endpoint Verification एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |