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 là gì?

Modento Dashboard Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.modento.io, và tính năng chính của nó là "This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Modento Dashboard Extension

Tải xuống các tệp mở rộng Modento Dashboard Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Modento Dashboard Extension Modento Dashboard Extension
ID faebomaepjpdklpehmnbaaejeebiapnd
URL Chính Thức https://chromewebstore.google.com/detail/modento-dashboard-extensi/faebomaepjpdklpehmnbaaejeebiapnd
Mô tả This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…
Kích Thước Tệp 14.56 KB
Số Lần Cài Đặt 7,572
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2022-07-11
Ngày Phát Hành 2021-07-06
Nhà Phát Triển https://www.modento.io
Loại Thanh Toán free
Trang Web Mở Rộng https://office.modento.io
URL Trang Trợ Giúp https://www.modento.io
Ngôn Ngữ Được Hỗ Trợ 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
}