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"입니다.
확장 프로그램 스크린샷
EELO Chat & webRTC Videoconf 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 확장 프로그램 기본 정보
| 이름 | |
| ID | ambhhbedoepimihnpfkgjdblggkaefpn |
| 공식 URL | 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"
} | |