Modento Dashboard Extension

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

什麼是Modento Dashboard Extension?

Modento Dashboard Extension是由https://www.modento.io開發的Chrome擴展程式,該擴展的主要功能是“This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…”。

擴展截圖

screenshot
screenshot

下載Modento Dashboard Extension擴展crx文件

下載Modento Dashboard Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Modento Dashboard Extension Modento Dashboard Extension
ID faebomaepjpdklpehmnbaaejeebiapnd
官方網址 https://chromewebstore.google.com/detail/modento-dashboard-extensi/faebomaepjpdklpehmnbaaejeebiapnd
簡介 This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…
檔案大小 14.56 KB
安裝次數 7,572
目前版本 0.3
更新時間 2022-07-11
上架時間 2021-07-06
開發者 https://www.modento.io
付費類型 free
擴展官網 https://office.modento.io
說明頁面URL https://www.modento.io
支援的語言 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
}