EELO Chat & webRTC Videoconf

EELO realtime chrome extension enable free realtime webRTC videoconferences, screensharing, voip, xmpp chat

什麼是EELO Chat & webRTC Videoconf?

EELO Chat & webRTC Videoconf是由https://www.free-solutions.ch開發的Chrome擴展程式,該擴展的主要功能是“EELO realtime chrome extension enable free realtime webRTC videoconferences, screensharing, voip, xmpp chat”。

擴展截圖

screenshot
screenshot
screenshot

下載EELO Chat & webRTC Videoconf擴展crx文件

下載EELO Chat & webRTC Videoconf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        eelo.FREE-SOLUTIONS.ORG web Client. Free webRTC communications service
VidéoCall, screenshare, chat document share, private rooms etc...

Web client for Free Chat and Videoconf at https://eelo.free-solutions.org
Experiment unmatched realtime work with this very disruptive application.
No need to use skype or whatsapp, you have all features you need                    

擴展基本資訊

名稱 EELO Chat & webRTC Videoconf EELO Chat & webRTC Videoconf
ID ambhhbedoepimihnpfkgjdblggkaefpn
官方網址 https://chromewebstore.google.com/detail/eelo-chat-webrtc-videocon/ambhhbedoepimihnpfkgjdblggkaefpn
簡介 EELO realtime chrome extension enable free realtime webRTC videoconferences, screensharing, voip, xmpp chat
檔案大小 17.52 MB
安裝次數 17
目前版本 2.0.92
更新時間 2019-03-15
上架時間 2019-03-15
開發者 https://www.free-solutions.ch
電子郵箱 [email protected]
付費類型 free
擴展官網 https://eelo.free-solutions.org
說明頁面URL https://www.free-solutions.ch
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "68",
    "options_page": "options\/index.html",
    "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": "2.0.92",
    "homepage_url": "https:\/\/eelo.free-solutions.org\/",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.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"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "cursor.css"
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.min.js",
                "js\/util.js",
                "js\/ofmeet.js",
                "js\/tinycolor.js"
            ],
            "matches": [
                "https:\/\/eelo.free-solutions.org\/*"
            ]
        }
    ],
    "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\/*",
        "pdf\/*",
        "ringtones\/*",
        "jitsi-meet\/*",
        "groupchat\/*"
    ],
    "permissions": [
        "background",
        "downloads",
        "contextMenus",
        "desktopCapture",
        "nativeMessaging",
        "storage",
        "tabs",
        "idle",
        "notifications",
        "https:\/\/eelo.free-solutions.org\/*",
        "activeTab"
    ],
    "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
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/xmpp.eelo.free-solutions.org\/*",
            "*:\/\/eelo.free-solutions.org\/*"
        ]
    },
    "default_locale": "en"
}