Canvas SimpleShare

Desktop Screen Sharing Client For Canvas CRS class devices.

Was ist Canvas SimpleShare?

Canvas SimpleShare ist eine Chrome-Erweiterung, die von Jupiter Systems entwickelt wurde, und ihr Hauptmerkmal ist "Desktop Screen Sharing Client For Canvas CRS class devices.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Canvas SimpleShare-Erweiterungs-CRX-Datei herunterladen

Laden Sie Canvas SimpleShare-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Canvas SimpleShare Canvas SimpleShare
ID bagghogdobjiomkdaaaengkcebcpcljj
Offizielle URL https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj
Beschreibung Desktop Screen Sharing Client For Canvas CRS class devices.
Dateigröße 24.73 KB
Installationsanzahl 65
Aktuelle Version 2.0
Letztes Update 2016-08-13
Veröffentlichungsdatum 2016-08-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Jupiter Systems
Zahlungsart free
Erweiterungswebsite http://www.jupiter.com/
Unterstützte Sprachen 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\/"
    ]
}