OSDMA SCREEN SHARING

OSDMA SCREEN SHARING EXTENSION

Cos'è OSDMA SCREEN SHARING?

OSDMA SCREEN SHARING è un'estensione di Chrome sviluppata da connectix.rtc, e la sua funzione principale è "OSDMA SCREEN SHARING EXTENSION".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OSDMA SCREEN SHARING

Scarica i file di estensione OSDMA 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 is developed by Connectix http://connectix.net/ for OSDMA, Odisha                    

Informazioni di Base sull'Estensione

Nome OSDMA SCREEN SHARING OSDMA SCREEN SHARING
ID npngdjbdbdgpnhbpobfjbaaknpblhigl
URL Ufficiale https://chrome.google.com/webstore/detail/osdma-screen-sharing/npngdjbdbdgpnhbpobfjbaaknpblhigl
Descrizione OSDMA SCREEN SHARING EXTENSION
Dimensione del File 17.87 KB
Conteggio Installazioni 11
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-01-13
Data di Pubblicazione 2016-01-13
Sviluppatore connectix.rtc
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OSDMA SCREEN SHARING",
    "author": "CONNECTIX",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "OSDMA SCREEN SHARING EXTENSION",
    "homepage_url": "https:\/\/osdma.vc\/getScreenId\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/osdma.vc\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}