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…"입니다.
확장 프로그램 스크린샷
Modento Dashboard Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |