Abacus Learnining Lab Screen Sharing

This extension allows you to share your screen on Abacus Learning Lab website.

¿Qué es Abacus Learnining Lab Screen Sharing?

Abacus Learnining Lab Screen Sharing es una extensión de Chrome desarrollada por https://www.abacusmathslearning.com, y su función principal es "This extension allows you to share your screen on Abacus Learning Lab website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Abacus Learnining Lab Screen Sharing

Descarga archivos de extensión Abacus Learnining Lab Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This screen share extension is used only for the video class link in Abacus Learning Lab.  To share your screen in the video link, you will need to install this extension to  your Chrome browser.                    

Información Básica de la Extensión

Nombre Abacus Learnining Lab Screen Sharing Abacus Learnining Lab Screen Sharing
ID gphoobijaphjgacbpndbennmoglkfobm
URL Oficial https://chromewebstore.google.com/detail/abacus-learnining-lab-scr/gphoobijaphjgacbpndbennmoglkfobm
Descripción This extension allows you to share your screen on Abacus Learning Lab website.
Tamaño del Archivo 19.86 KB
Cantidad de Instalaciones 53
Versión Actual 1.4
Última Actualización 2015-08-28
Fecha de Publicación 2015-08-28
Desarrollador https://www.abacusmathslearning.com
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Abacus Learnining Lab Screen Sharing",
    "author": "Abacus Learning Lab",
    "version": "1.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension allows you to share your screen on Abacus Learning Lab website.",
    "homepage_url": "http:\/\/www.abacusmathslearning.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.abacusmathslearning.com\/*",
                "*:\/\/*.abacuslearninglab.com\/*",
                "https:\/\/*.abacusmathslearning.s3.amazonaws.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "logo128.png"
    ]
}