Canvas SimpleShare

Desktop Screen Sharing Client For Canvas CRS class devices.

Canvas SimpleShareとは何ですか?

Canvas SimpleShareはJupiter Systemsによって開発されたChromeの拡張機能で、その主な機能は「Desktop Screen Sharing Client For Canvas CRS class devices.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Canvas SimpleShare拡張機能のCRXファイルをダウンロード

Canvas SimpleShare拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Canvas SimpleShare Canvas SimpleShare
ID bagghogdobjiomkdaaaengkcebcpcljj
公式URL https://chromewebstore.google.com/detail/canvas-simpleshare/bagghogdobjiomkdaaaengkcebcpcljj
説明 Desktop Screen Sharing Client For Canvas CRS class devices.
ファイルサイズ 24.73 KB
インストール数 65
現在のバージョン 2.0
最終更新日 2016-08-13
公開日 2016-08-12
評価 5.00/5 合計 1 レビュー
開発者 Jupiter Systems
支払い方法 free
拡張機能のウェブサイト http://www.jupiter.com/
対応言語 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\/"
    ]
}