Modento Dashboard Extension

This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…

Cos'è Modento Dashboard Extension?

Modento Dashboard Extension è un'estensione di Chrome sviluppata da https://www.modento.io, e la sua funzione principale è "This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Modento Dashboard Extension

Scarica i file di estensione Modento Dashboard 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

                        This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental offices being customers of Dental Intelligence Inc. It will not be useful or functional on any other website.

The extension, when enabled while using Modento Dashboard will allow to access certain functionality normally not available without the extension. Most notably it will allow to open LiveOps(TM) and Team Chat features in a dedicated new window, outside of the default browser tab.                    

Informazioni di Base sull'Estensione

Nome Modento Dashboard Extension Modento Dashboard Extension
ID faebomaepjpdklpehmnbaaejeebiapnd
URL Ufficiale https://chromewebstore.google.com/detail/modento-dashboard-extensi/faebomaepjpdklpehmnbaaejeebiapnd
Descrizione This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…
Dimensione del File 14.56 KB
Conteggio Installazioni 7,572
Versione Corrente 0.3
Ultimo Aggiornamento 2022-07-11
Data di Pubblicazione 2021-07-06
Sviluppatore https://www.modento.io
Tipo di Pagamento free
Sito Web dell'Estensione https://office.modento.io
URL della Pagina di Aiuto https://www.modento.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Modento Dashboard Extension",
    "version": "0.3",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "https:\/\/*.modento.io\/*",
            "https:\/\/*.modento.com\/*",
            "https:\/\/*.stg-modento.io\/*"
        ]
    },
    "manifest_version": 2
}