atheneaX Screensharing
Extension to allow you screen sharing in atheneaX rooms.
什麼是atheneaX Screensharing?
atheneaX Screensharing是由atheneaX開發的Chrome擴展程式,該擴展的主要功能是“Extension to allow you screen sharing in atheneaX rooms.”。
擴展截圖
下載atheneaX Screensharing擴展crx文件
下載atheneaX Screensharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
atheneaX Screensharing allows you share your desktop in an atheneaX room. atheneaX consist in creation and managment of learning and interaction custom spaces where teachers, speakers and students can interact for a education process in a simultaneos and real time way. Audio, video, images and other aditional build in tools. Webinars, conferences and virtual presentations with multiples conferencias y presentaciones virtuales de múltiples participants in real time. atheneaX help to information retention and eliminate the time and geographic distances that suppose non presential education and personal relationships. In atheneaX we want be quality references in knowledge scope and audivisual communication. Our sistems are design with a powerful own technology and based in principals of usability y functionality, with the objetive of users stay in atheneaX is worthwhile and satisfactory.
擴展基本資訊
名稱 | atheneaX Screensharing |
ID | cfcnfimganieekklhnoefchnaejcodik |
官方網址 | https://chromewebstore.google.com/detail/atheneax-screensharing/cfcnfimganieekklhnoefchnaejcodik |
簡介 | Extension to allow you screen sharing in atheneaX rooms. |
檔案大小 | 15.71 KB |
安裝次數 | 16 |
目前版本 | 0.0.0.2 |
更新時間 | 2015-05-29 |
上架時間 | 2015-05-29 |
評分 | 5.00/5 共 1 次評分 |
開發者 | atheneaX |
付費類型 | free |
擴展官網 | https://www.atheneax.com |
支援的語言 | en,es |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "__MSG_name__", "permissions": [ "desktopCapture" ], "short_name": "__MSG_short_name__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.2", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "__MSG_description__", "externally_connectable": { "matches": [ "https:\/\/*.atheneax.com\/*" ] }, "icons": { "128": "atheneax_transparency_128.png", "16": "atheneax_transparency_16.png", "48": "atheneax_transparency_48.png" }, "browser_action": { "default_icon": "atheneax_transparency_16.png" }, "default_locale": "en" } |