Creatr Screen Sharing

This extension will enable screen sharing for your Creatr live-stream

Cos'è Creatr Screen Sharing?

Creatr Screen Sharing è un'estensione di Chrome sviluppata da https://creatr.me, e la sua funzione principale è "This extension will enable screen sharing for your Creatr live-stream".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Creatr Screen Sharing

Scarica i file di estensione Creatr 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

                        This extension was built for https://creatr.me and will enable screen sharing for your Creatr live-streams                    

Informazioni di Base sull'Estensione

Nome Creatr Screen Sharing Creatr Screen Sharing
ID dkjhjdmkggcdbbbhffeoodagoepdiahp
URL Ufficiale https://chromewebstore.google.com/detail/creatr-screen-sharing/dkjhjdmkggcdbbbhffeoodagoepdiahp
Descrizione This extension will enable screen sharing for your Creatr live-stream
Dimensione del File 28.82 KB
Conteggio Installazioni 19
Versione Corrente 2.1
Ultimo Aggiornamento 2016-10-25
Data di Pubblicazione 2016-10-25
Sviluppatore https://creatr.me
Tipo di Pagamento free
Sito Web dell'Estensione https://creatr
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Creatr Screen Sharing",
    "author": "Reveu, Inc.",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will enable screen sharing for your Creatr live-stream",
    "homepage_url": "http:\/\/creatr.me\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.reveu.me\/*",
            "https:\/\/*.creatr.me\/*",
            "http:\/\/localhost:3000\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}