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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.modento.io และคุณลักษณะหลักของมันคือ "This extension adds extra capabilities to Modento Dashboard / DI Engagement website features and is meant to be used by dental…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Modento Dashboard Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}