Modento Dashboard Extension

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

What is Modento Dashboard Extension?

Modento Dashboard Extension is a Chrome extension developed by https://www.modento.io, and its main feature is "This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…".

Extension Screenshots

screenshot
screenshot

Download Modento Dashboard Extension Extension CRX File

Download Modento Dashboard Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Modento Dashboard Extension Modento Dashboard Extension
ID faebomaepjpdklpehmnbaaejeebiapnd
Official URL 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…
File Size 14.56 KB
Installation Count 7,572
Current Version 0.3
Last Updated 2022-07-11
Publish Date 2021-07-06
Developer https://www.modento.io
Payment Type free
Extension Website https://office.modento.io
Help Page URL https://www.modento.io
Supported Languages 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
}