Councilbox Screen Capturing

Comparte Pantalla directamente desde Councilbox. Pulsa el icono de esta extensión siendo presentador de una conferencia de…

What is Councilbox Screen Capturing?

Councilbox Screen Capturing is a Chrome extension developed by https://www.councilbox.com, and its main feature is "Comparte Pantalla directamente desde Councilbox. Pulsa el icono de esta extensión siendo presentador de una conferencia de…".

Extension Screenshots

screenshot

Download Councilbox Screen Capturing Extension CRX File

Download Councilbox Screen Capturing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Comparte Pantalla directamente desde Councilbox. Pulsa el icono de esta extensión siendo presentador de una conferencia de Councilbox y selecciona que ventana de tu sistema operativo quieres empezar a compartir con el resto de asistentes.                    

Extension Basic Information

Name Councilbox Screen Capturing Councilbox Screen Capturing
ID idlocncpkihbcbimkjhidaoofpmpaiff
Official URL https://chromewebstore.google.com/detail/councilbox-screen-capturi/idlocncpkihbcbimkjhidaoofpmpaiff
Description Comparte Pantalla directamente desde Councilbox. Pulsa el icono de esta extensión siendo presentador de una conferencia de…
File Size 30.38 KB
Installation Count 28
Current Version 3.6
Last Updated 2017-01-26
Publish Date 2017-01-26
Rating 5.00/5 Total 3 Ratings
Developer https://www.councilbox.com
Email [email protected]
Payment Type free
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Councilbox Screen Capturing",
    "author": "Muaz Khan",
    "version": "3.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/127.0.0.1\/*",
                "*:\/\/*.councilbox.com\/*",
                "*:\/\/*.councilbox.com\/:*\/*",
                "*:\/\/councilbox.com\/:*\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "management",
        "http:\/\/localhost\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/127.0.0.1\/*",
            "*:\/\/*.councilbox.com\/*",
            "*:\/\/*.councilbox.com\/:*\/*",
            "*:\/\/councilbox.com\/:*\/*",
            "*:\/\/localhost\/*"
        ]
    }
}