atheneaX Screensharing

Extension to allow you screen sharing in atheneaX rooms.

atheneaX Screensharing क्या है?

atheneaX Screensharing atheneaX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to allow you screen sharing in atheneaX rooms."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में atheneaX Screensharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}