Pade - Unified Communications

Pade is a web extension application for unified communications

Pade - Unified Communications là gì?

Pade - Unified Communications là một tiện ích mở rộng Chrome được phát triển bởi olajide.dele, và tính năng chính của nó là "Pade is a web extension application for unified communications".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pade - Unified Communications

Tải xuống các tệp mở rộng Pade - Unified Communications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pade - Unified Communications Pade - Unified Communications
ID fohfnhgabmicpkjcpjpjongpijcffaba
URL Chính Thức https://chromewebstore.google.com/detail/pade-unified-communicatio/fohfnhgabmicpkjcpjpjongpijcffaba
Mô tả Pade is a web extension application for unified communications
Kích Thước Tệp 34.3 MB
Số Lần Cài Đặt 1,292
Phiên Bản Hiện Tại 2.1.6
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-07-01
Đánh Giá 4.20/5 Tổng số 40 Đánh Giá
Nhà Phát Triển olajide.dele
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/igniterealtime/pade
URL Trang Trợ Giúp https://discourse.igniterealtime.org/c/openfire-plugins/openfire-meetings
URL Trang Chính Sách Bảo Mật https://discourse.igniterealtime.org/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}