Modento Dashboard Extension

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

Qu'est-ce que Modento Dashboard Extension ?

Modento Dashboard Extension est une extension Chrome développée par https://www.modento.io, et sa fonction principale est "This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Modento Dashboard Extension

Téléchargez les fichiers d'extension Modento Dashboard Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Modento Dashboard Extension Modento Dashboard Extension
ID faebomaepjpdklpehmnbaaejeebiapnd
URL Officiel https://chromewebstore.google.com/detail/modento-dashboard-extensi/faebomaepjpdklpehmnbaaejeebiapnd
Description This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…
Taille du Fichier 14.56 KB
Nombre d'Installations 7,572
Version Actuelle 0.3
Dernière Mise à Jour 2022-07-11
Date de Publication 2021-07-06
Développeur https://www.modento.io
Type de Paiement free
Site Web de l'Extension https://office.modento.io
URL de la Page d'Aide https://www.modento.io
Langues Prises en Charge 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
}