Click2Dial for Zoom Phone
Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom
Click2Dial for Zoom Phone란 무엇입니까?
Click2Dial for Zoom Phone은(는) matthew.duncan81에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom"입니다.
확장 프로그램 스크린샷
Click2Dial for Zoom Phone 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make phone numbers on webpages clickable and initiate calls from Zoom using the "zoomphonecall" protocol. This Add-on Is not published by Zoom
확장 프로그램 기본 정보
이름 | Click2Dial for Zoom Phone |
ID | dhlbhgkgeacidhhflblogolldogolaml |
공식 URL | https://chromewebstore.google.com/detail/click2dial-for-zoom-phone/dhlbhgkgeacidhhflblogolldogolaml |
설명 | Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom |
파일 크기 | 294 KB |
설치 횟수 | 395 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-08-25 |
출시 날짜 | 2022-08-25 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | matthew.duncan81 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "MD", "background": { "service_worker": "worker_wrapper.js" }, "action": { "default_icon": "images\/phone_detection_inactive.png", "default_popup": "popup.html" }, "description": "Make phone numbers clickable and initiate calls from Zoom. The Addon is not published by Zoom", "icons": { "128": "images\/logo128.png", "16": "images\/logo16.png", "48": "images\/logo48.png" }, "manifest_version": 3, "name": "Click2Dial for Zoom Phone", "options_ui": { "browser_style": false, "open_in_tab": true, "page": "options.html" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ " |