Free-Solutions Chat & webRTC Videoconf
Free-Solutions.org extension enable free realtime webRTC videoconferences, screensharing, voip, xmpp chat
Free-Solutions Chat & webRTC Videoconf là gì?
Free-Solutions Chat & webRTC Videoconf là một tiện ích mở rộng Chrome được phát triển bởi https://www.free-solutions.org, và tính năng chính của nó là "Free-Solutions.org extension enable free realtime webRTC videoconferences, screensharing, voip, xmpp chat".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Free-Solutions Chat & webRTC Videoconf
Tải xuống các tệp mở rộng Free-Solutions Chat & webRTC Videoconf 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
Extension is deprecated, consider using service via https://www.free-solutions.org/apps with chrome or android or edge NO EXTENSION NEEDED ANYMORE :) FREE-SOLUTIONS.ORG web Client. Free webRTC communications service VidéoCall, screenshare, chat document share, private rooms etc... Contact Free-Solutions : [email protected] or https://www.free-solutions.org
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Free-Solutions Chat & webRTC Videoconf |
ID | ilnepbkcllmnmeengkiejfdldhinmdai |
URL Chính Thức | https://chromewebstore.google.com/detail/free-solutions-chat-webrt/ilnepbkcllmnmeengkiejfdldhinmdai |
Mô tả | Free-Solutions.org extension enable free realtime webRTC videoconferences, screensharing, voip, xmpp chat |
Kích Thước Tệp | 34.53 MB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 5.0.3 |
Cập Nhật Lần Cuối | 2020-08-22 |
Ngày Phát Hành | 2019-09-23 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://www.free-solutions.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.free-solutions.ch |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "80", "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": "5.0.3", "homepage_url": "https:\/\/igniterealtime.github.io\/pade\/help", "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "background": { "persistent": true, "scripts": [ "options\/branding.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\/*", "inverse\/*", "js\/*", "ringtones\/*", "akowe\/*", "jitsi-meet\/*" ], "permissions": [ "background", "downloads", "contextMenus", "nativeMessaging", "storage", "tabs", "idle", "unlimitedStorage", "notifications", "https:\/\/www.free-solutions.org\/*", "https:\/\/discourse.www.free-solutions.org\/*" ], "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" } |