Boardroom Demo : Chrome Screen Sharing

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

Cos'è Boardroom Demo : Chrome Screen Sharing?

Boardroom Demo : Chrome Screen Sharing è un'estensione di Chrome sviluppata da http://demo.boardroom.work, e la sua funzione principale è "This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Boardroom Demo : Chrome Screen Sharing

Scarica i file di estensione Boardroom Demo : Chrome Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Watch Favourite Movies Online from various countries:

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

Informazioni di Base sull'Estensione

Nome Boardroom Demo : Chrome Screen Sharing Boardroom Demo : Chrome Screen Sharing
ID giohjbcffigkmknieljphlhnggmfgahb
URL Ufficiale https://chrome.google.com/webstore/detail/boardroom-demo-chrome-scr/giohjbcffigkmknieljphlhnggmfgahb
Descrizione This Chrome extension is developed for Boardroom demos. It simply captures the content of your screen.
Dimensione del File 10.98 KB
Conteggio Installazioni 54
Versione Corrente 1.5
Ultimo Aggiornamento 2018-01-29
Data di Pubblicazione 2018-01-29
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore http://demo.boardroom.work
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://hosting.izndgroup.com/support/privacy.php
Lingue Supportate 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"
    ]
}