Modento Dashboard Extension

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

Was ist Modento Dashboard Extension?

Modento Dashboard Extension ist eine Chrome-Erweiterung, die von https://www.modento.io entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…".

Erweiterungsscreenshots

screenshot
screenshot

Modento Dashboard Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Modento Dashboard Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Modento Dashboard Extension Modento Dashboard Extension
ID faebomaepjpdklpehmnbaaejeebiapnd
Offizielle URL https://chromewebstore.google.com/detail/modento-dashboard-extensi/faebomaepjpdklpehmnbaaejeebiapnd
Beschreibung This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…
Dateigröße 14.56 KB
Installationsanzahl 7,572
Aktuelle Version 0.3
Letztes Update 2022-07-11
Veröffentlichungsdatum 2021-07-06
Entwickler https://www.modento.io
Zahlungsart free
Erweiterungswebsite https://office.modento.io
Hilfeseite URL https://www.modento.io
Unterstützte Sprachen 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
}