Chrome Reporting Extension

Extension for reporting chrome metrics and events.

Cos'è Chrome Reporting Extension?

Chrome Reporting Extension è un'estensione di Chrome sviluppata da cbe-cws-admins, e la sua funzione principale è "Extension for reporting chrome metrics and events.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chrome Reporting Extension

Scarica i file di estensione Chrome Reporting Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Chrome Reporting Extension Chrome Reporting Extension
ID emahakmocgideepebncgnmlmliepgpgb
URL Ufficiale https://chromewebstore.google.com/detail/chrome-reporting-extensio/emahakmocgideepebncgnmlmliepgpgb
Descrizione Extension for reporting chrome metrics and events.
Dimensione del File 34.57 KB
Conteggio Installazioni 303,920
Versione Corrente 3.0.0
Ultimo Aggiornamento 2022-12-01
Data di Pubblicazione 2019-12-16
Valutazione 3.67/5 Totale 12 Valutazioni
Sviluppatore cbe-cws-admins
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cloud.google.com/chrome-enterprise/
URL della Pagina di Aiuto https://support.google.com/chrome/a/answer/7652902
URL della Pagina della Politica sulla Privacy https://www.google.com/policies
Lingue Supportate 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"
}