Boardroom Demo : Chrome Screen Sharing

This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.

Wat is Boardroom Demo : Chrome Screen Sharing?

Boardroom Demo : Chrome Screen Sharing is een Chrome-extensie ontwikkeld door http://demo.boardroom.work, en de belangrijkste functie is "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Boardroom Demo : Chrome Screen Sharing

Download Boardroom Demo : Chrome Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Watch Favourite Movies Online from various countries:

Asia
China
Euro
France
HongKong
India
International
Japan
Korea
Taiwan
Thailand
United Kingdom
United States                    

Basisinformatie over de Extensie

Naam Boardroom Demo : Chrome Screen Sharing Boardroom Demo : Chrome Screen Sharing
ID giohjbcffigkmknieljphlhnggmfgahb
Officiële URL https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb
Beschrijving This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
Bestandsgrootte 10.98 KB
Aantal Installaties 54
Huidige Versie 1.5
Laatst Bijgewerkt 2018-01-29
Publicatiedatum 2018-01-29
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://demo.boardroom.work
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://hosting.izndgroup.com/support/privacy.php
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boardroom Demo : Chrome Screen Sharing",
    "author": "iZND, Inc.",
    "version": "1.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.",
    "homepage_url": "https:\/\/join.boardroom.work\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.boardroom.work\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.boardroom.work\/*",
                "https:\/\/*.boardroom.work.herokudns.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}