Pade - Unified Communications
Pade is a web extension application for unified communications
Pade - Unified Communications란 무엇입니까?
Pade - Unified Communications은(는) olajide.dele에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pade is a web extension application for unified communications"입니다.
확장 프로그램 스크린샷
Pade - Unified Communications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pàdé is the Yoruba word for "Meet". It is a unified communications client for Openfire and uses the following front end web applications. - Converse.js for XMPP chat, group-chat and voice-chat with XMPP - Jitsi Meet for SFU-based WebRTC audio/video conferencing/meetings and screen share All web application run from within a browser extension in native application windows and combine together to provide: Modern HTML5 user interface; Single user authentication and sign-on; Windows SSO, Credential Management API and Smart ID support Modern chat user experience; chats, group chats and message broadcasts with private chat responses. Message Styling with markdown plain text Interactive content; mentions, hashtags, forms and H5P/xAPI support Audio Video conferencing (WebRTC); Webinars; Single talker and multiple listeners Online Meeting/Conference planner with a calendar or CRON trigger; Screen sharing, Co-browsing and Application sharing/real-time collaboration Agent support for live conversations with web site visitors using chat, audio and video conferencing. Support hardware devices like MIDI touch-pads and HID USB touch devices like the Elgato stream deck
확장 프로그램 기본 정보
이름 | Pade - Unified Communications |
ID | fohfnhgabmicpkjcpjpjongpijcffaba |
공식 URL | https://chromewebstore.google.com/detail/pade-unified-communicatio/fohfnhgabmicpkjcpjpjongpijcffaba |
설명 | Pade is a web extension application for unified communications |
파일 크기 | 34.3 MB |
설치 횟수 | 1,292 |
현재 버전 | 2.1.6 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2020-07-01 |
평점 | 4.20/5 총 40 개의 평점 |
개발자 | olajide.dele |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/igniterealtime/pade |
도움말 페이지 URL | https://discourse.igniterealtime.org/c/openfire-plugins/openfire-meetings |
개인정보 보호 정책 페이지 URL | https://discourse.igniterealtime.org/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "90", "short_name": "__MSG_manifest_shortExtensionName__", "name": "__MSG_manifest_extensionName__", "description": "__MSG_manifest_extensionDescription__", "version": "2.1.6", "homepage_url": "https:\/\/igniterealtime.github.io\/pade\/help", "manifest_version": 3, "permissions": [ "identity", "identity.email", "storage", "downloads", "contextMenus", "unlimitedStorage", "notifications", "background", "tabs" ], "host_permissions": [ "*:\/\/*\/*" ], "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "192": "image.png", "32": "icon.png" } }, "icons": { "192": "image.png", "32": "icon.png" }, "commands": { "activate_pade": { "suggested_key": { "default": "Ctrl+Shift+9" }, "description": "Activate Pade Converse", "global": true } }, "default_locale": "en", "incognito": "not_allowed" } |