Roche EMeetings

Roche EMeetings

Roche EMeetings क्या है?

Roche EMeetings https://emeetings.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Roche EMeetings"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Roche EMeetings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Esta extensión es esencial para el correcto funcionamiento de la plataforma Roche EMeetings bajo entorno Chrome. Las funciones de la extensión son:
- Comprobar la correcta instalación en el equipo la versión vigente de la plataforma Roche EMeetings.
- Ayudar al usuario en la instalación de la plataforma Roche Emeetings.
- Iniciar la plataforma Roche EMeetings con los parámetros correctos.

Chrome ofrece la mejor experiencia de usuario para entrar en nuestro mundo virtual por lo que recomendamos encarecidamente su uso.

Con el uso de esta extensión los usuarios tendrán fácil acceso a la plataforma Roche EMeetings: Reuniones científicas virtuales en escenarios 3D reproduciendo la realidad.
Los usuarios podrán conectarse y participar activamente en las reuniones. Gracias a la calidad del sonido envolvente la comunicación con el resto de asistentes será como en la realidad.
Los usuarios podrán asistir a las reuniones virtuales desde cualquier lugar por medio del móvil, tablet y el ordenador.                    

एक्सटेंशन की मूल जानकारी

नाम Roche EMeetings Roche EMeetings
ID oggnklfpoheknmjopniopaedagppnipc
आधिकारिक URL https://chromewebstore.google.com/detail/roche-emeetings/oggnklfpoheknmjopniopaedagppnipc
विवरण Roche EMeetings
फ़ाइल का आकार 20.14 KB
स्थापना संख्या 51
वर्तमान संस्करण 0.0.0.6
अंतिम अपडेट 2023-04-13
प्रकाशन तिथि 2020-01-13
डेवलपर https://emeetings.es
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.iubenda.com/privacy-policy/16106886
समर्थित भाषाएँ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkDpGfvZiUsaHPaGwNOusnzHSBdci41FE6GAaRS3p7oSiKMfqq9rx4ajuyxD8SyEqgQMAkb5ugzibl9BclHxCzi7gDHspB42nKKXMgvK5MMLGBc2uSVyxfi5GCX\/wKKmwFZeBWpbsRO\/n2Ri4EdytzIm6iwxs9EInbXfXn5+DRcltdoQaei7dUAloJb1lkA3Uc13Pg2u6hysm0o4HxWtLa1VEvUDmI1G\/sJOOGJGtF6pdzyL43apsI0maOzihyH0qMiERT87sHK9uD64mS\/Bc\/aAZ8bJzihCC2JlcA5Hq6Wm8KCijKeRaD\/aprIAt6IHc90KzWSWLKDxveQszsbiC+QIDAQAB",
    "name": "Roche EMeetings",
    "short_name": "EMeetings",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "description": "Roche EMeetings",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "content_scripts": [
        {
            "js": [
                "js\/vecontent.js"
            ],
            "matches": [
                "https:\/\/*.emeetings.es\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.emeetings.es\/*",
        "file:\/\/*\/*"
    ]
}