3CX Teams Presence
Sets Presence State in MS Teams
3CX Teams Presence란 무엇입니까?
3CX Teams Presence은(는) https://www.t38printer.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets Presence State in MS Teams"입니다.
확장 프로그램 스크린샷
3CX Teams Presence 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Exteneds 3CX Pbx to synchronize presence state with MS Teams
확장 프로그램 기본 정보
이름 | 3CX Teams Presence |
ID | mdbamfolhkbhebabgfbcnphffgfkpmjn |
공식 URL | https://chromewebstore.google.com/detail/3cx-teams-presence/mdbamfolhkbhebabgfbcnphffgfkpmjn |
설명 | Sets Presence State in MS Teams |
파일 크기 | 16.07 KB |
설치 횟수 | 58 |
현재 버전 | 0.0.1.0 |
최근 업데이트 | 2022-05-31 |
출시 날짜 | 2022-04-20 |
개발자 | https://www.t38printer.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.t38printer.de |
도움말 페이지 URL | https://www.t38printer.de |
개인정보 보호 정책 페이지 URL | https://mail2fax.t38printer.de/security.html |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "3CX Teams Presence", "description": "Sets Presence State in MS Teams", "version": "0.0.1.0", "options_ui": { "page": "options.html" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/teams.microsoft.com\/*", "https:\/\/teams.live.com\/*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" } } |