Mitel Web Extension
Dials phone numbers on web pages using an installed Mitel softphone
Mitel Web Extension란 무엇입니까?
Mitel Web Extension은(는) Mitel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dials phone numbers on web pages using an installed Mitel softphone"입니다.
확장 프로그램 스크린샷
Mitel Web Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension for Mitel subscribers, that identifies phone numbers on any web page, creating dial-able links. Numbers are dialed via several Mitel client applications. Quick Reference Guide: https://www.mitel.com/document-center/technology/cloudlink/all-releases/en/mitel-web-extension-html End User License Agreement: https://www.mitel.com/-/media/mitel/file/pdf/legal-docs/eula/mitel-web-extension-r1-eula-22sep20.pdf
확장 프로그램 기본 정보
이름 | Mitel Web Extension |
ID | njodpoefbejllnijefababpjlkhologo |
공식 URL | https://chromewebstore.google.com/detail/mitel-web-extension/njodpoefbejllnijefababpjlkhologo |
설명 | Dials phone numbers on web pages using an installed Mitel softphone |
파일 크기 | 602 KB |
설치 횟수 | 3,472 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2022-01-06 |
출시 날짜 | 2020-11-05 |
평점 | 4.75/5 총 8 개의 평점 |
개발자 | Mitel |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.mitel.com/document-center/technology/cloudlink/all-releases/en/mitel-web-extension-html |
개인정보 보호 정책 페이지 URL | https://www.mitel.com/en-ca/legal/mitel-application-privacy-policy/mitel-cloud-application-privacy-policy-en |
지원되는 언어 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "1.0.5", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "Mitel Web Extension", "default_popup": "pages\/options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/ms-teams-integration.mitel.io\/", "https:\/\/ms-teams-integration.dev.mitel.io\/", "https:\/\/ms-teams-integration-stage.mitel.io\/", "https:\/\/ms-teams-integration-stage.dev.mitel.io\/" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage" ] } |