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."입니다.

확장 프로그램 스크린샷

screenshot

atheneaX Screensharing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 atheneaX Screensharing
ID cfcnfimganieekklhnoefchnaejcodik
공식 URL 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"
}