Pade - Unified Communications at Home

Pade is a web extension application for unified communications

Pade - Unified Communications at Home क्या है?

Pade - Unified Communications at Home olajide.dele द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pade is a web extension application for unified communications"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pade - Unified Communications at Home एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pàdé (Yoruba word for Meetings) is a chrome extension that delivers a unified communications desktop experience with messaging, audio, video and desktop streaming using the Openfire XMPP server. 

Pàdé is a unified communications web based solution. It provides:

* 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
* Telephone (SIP soft-phone) and MCU-based audio/video conferencing;
* 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.

Openfire is a XMPP server licensed under the Open Source Apache License.
Visit http://www.igniterealtime.org for more details

Use this version to connect to your personal XMPP account at home                    

एक्सटेंशन की मूल जानकारी

नाम Pade - Unified Communications at Home Pade - Unified Communications at Home
ID aeoodbenjbanpkchnjcpamplolonakpo
आधिकारिक URL https://chromewebstore.google.com/detail/pade-unified-communicatio/aeoodbenjbanpkchnjcpamplolonakpo
विवरण Pade is a web extension application for unified communications
फ़ाइल का आकार 17.7 MB
स्थापना संख्या 60
वर्तमान संस्करण 1.5.4
अंतिम अपडेट 2019-12-23
प्रकाशन तिथि 2019-12-20
डेवलपर olajide.dele
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://discourse.igniterealtime.org/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' 'unsafe-inline' data: http: https:",
    "short_name": "__MSG_manifest_shortExtensionName__",
    "name": "__MSG_manifest_extensionName__",
    "description": "__MSG_manifest_extensionDescription__",
    "version": "1.5.4",
    "homepage_url": "https:\/\/igniterealtime.github.io\/Pade\/",
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.js",
            "js\/libs.bundle.js",
            "js\/strophe.reconnect.js",
            "js\/strophe.vcard.js",
            "js\/moment.js",
            "js\/sip.js",
            "js\/etherlynk.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        }
    },
    "icons": {
        "128": "image.png",
        "16": "icon.png",
        "48": "image.png"
    },
    "web_accessible_resources": [
        "*",
        "options\/*",
        "js\/*",
        "ringtones\/*",
        "jitsi-meet\/*",
        "groupchat\/*"
    ],
    "permissions": [
        "background",
        "downloads",
        "contextMenus",
        "nativeMessaging",
        "storage",
        "tabs",
        "idle",
        "unlimitedStorage",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "commands": {
        "activate_meeting": {
            "suggested_key": {
                "default": "Ctrl+Shift+6"
            },
            "description": "Activate Meeting\/Community App",
            "global": true
        },
        "activate_chat": {
            "suggested_key": {
                "default": "Ctrl+Shift+7"
            },
            "description": "Activate Converse Client",
            "global": true
        },
        "activate_blogger_communicator": {
            "suggested_key": {
                "default": "Ctrl+Shift+8"
            },
            "description": "Activate Blogger\/Communicator",
            "global": true
        },
        "activate_phone": {
            "suggested_key": {
                "default": "Ctrl+Shift+9"
            },
            "description": "Activate SIP Phone",
            "global": true
        }
    },
    "default_locale": "en"
}