CozoraScreenSharing

This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.

Cos'è CozoraScreenSharing?

CozoraScreenSharing è un'estensione di Chrome sviluppata da https://cozora.com, e la sua funzione principale è "This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CozoraScreenSharing

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

                        Extension to enable Screen Sharing in Cozora                    

Informazioni di Base sull'Estensione

Nome CozoraScreenSharing CozoraScreenSharing
ID jngakadallbjaegilbficfnbjgiekhkk
URL Ufficiale https://chromewebstore.google.com/detail/cozorascreensharing/jngakadallbjaegilbficfnbjgiekhkk
Descrizione This Chrome extension is developed primary for https://cozora.com/. It doesn't do anything except capture content of your screen.
Dimensione del File 16.12 KB
Conteggio Installazioni 26
Versione Corrente 2.0
Ultimo Aggiornamento 2016-06-08
Data di Pubblicazione 2016-06-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://cozora.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CozoraScreenSharing",
    "author": "Cozora",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/cozora.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/cozora.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/cozora.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}