Modento Dashboard Extension

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

Vad är Modento Dashboard Extension?

Modento Dashboard Extension är en Chrome-tillägg utvecklad av https://www.modento.io, och dess huvudfunktion är "This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Modento Dashboard Extension-förlängningens CRX-fil

Ladda ner Modento Dashboard Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Modento Dashboard Extension Modento Dashboard Extension
ID faebomaepjpdklpehmnbaaejeebiapnd
Officiell webbadress https://chromewebstore.google.com/detail/modento-dashboard-extensi/faebomaepjpdklpehmnbaaejeebiapnd
Beskrivning This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…
Filstorlek 14.56 KB
Antal Installationer 7,572
Aktuell Version 0.3
Senast Uppdaterad 2022-07-11
Publiceringsdatum 2021-07-06
Utvecklare https://www.modento.io
Betalningssätt free
Tilläggswebbplats https://office.modento.io
Hjälpsida URL https://www.modento.io
Stödda Språk 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
}