Canvas SimpleShare

Desktop Screen Sharing Client For Canvas CRS class devices.

Cos'è Canvas SimpleShare?

Canvas SimpleShare è un'estensione di Chrome sviluppata da Jupiter Systems, e la sua funzione principale è "Desktop Screen Sharing Client For Canvas CRS class devices.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Canvas SimpleShare

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

                                            

Informazioni di Base sull'Estensione

Nome Canvas SimpleShare Canvas SimpleShare
ID bagghogdobjiomkdaaaengkcebcpcljj
URL Ufficiale https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj
Descrizione Desktop Screen Sharing Client For Canvas CRS class devices.
Dimensione del File 24.73 KB
Conteggio Installazioni 65
Versione Corrente 2.0
Ultimo Aggiornamento 2016-08-13
Data di Pubblicazione 2016-08-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jupiter Systems
Tipo di Pagamento free
Sito Web dell'Estensione http://www.jupiter.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Chad Lucas",
    "name": "Canvas SimpleShare",
    "short_name": "Canvas SimpleShare",
    "description": "Desktop Screen Sharing Client For Canvas CRS class devices.",
    "version": "2.0",
    "icons": {
        "128": "images\/CanvasSimpleShare128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/crs",
                "https:\/\/*\/Crs",
                "https:\/\/*\/crs\/",
                "https:\/\/*\/Crs\/",
                "https:\/\/*\/SimpleShare",
                "https:\/\/*\/simpleshare",
                "https:\/\/*\/simpleShare",
                "https:\/\/*\/Simpleshare",
                "https:\/\/*\/SimpleShare\/",
                "https:\/\/*\/simpleshare\/",
                "https:\/\/*\/simpleShare\/",
                "https:\/\/*\/Simpleshare\/",
                "https:\/\/*\/mimic\/*",
                "https:\/\/*\/mimic?*",
                "https:\/\/*\/Mimic\/*",
                "https:\/\/*\/mimic",
                "https:\/\/*\/Mimic",
                "https:\/\/*\/mimic\/Index",
                "https:\/\/*\/mimic\/Index\/",
                "https:\/\/*\/Mimic\/Index",
                "https:\/\/*\/Mimic\/Index\/"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "desktopCapture",
        "tabs",
        "webRequest",
        "https:\/\/*\/crs",
        "https:\/\/*\/Crs",
        "https:\/\/*\/crs\/",
        "https:\/\/*\/Crs\/",
        "https:\/\/*\/SimpleShare",
        "https:\/\/*\/simpleshare",
        "https:\/\/*\/simpleShare",
        "https:\/\/*\/Simpleshare",
        "https:\/\/*\/SimpleShare\/",
        "https:\/\/*\/simpleshare\/",
        "https:\/\/*\/simpleShare\/",
        "https:\/\/*\/Simpleshare\/",
        "https:\/\/*\/mimic\/*",
        "https:\/\/*\/mimic?*",
        "https:\/\/*\/Mimic\/*",
        "https:\/\/*\/mimic",
        "https:\/\/*\/Mimic",
        "https:\/\/*\/mimic\/Index",
        "https:\/\/*\/mimic\/Index\/",
        "https:\/\/*\/Mimic\/Index",
        "https:\/\/*\/Mimic\/Index\/"
    ]
}