ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

ConexED Screen Sharingとは何ですか?

ConexED Screen Sharingはhttps://conexed.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome screen sharing extension for the ConexED platform」です。

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

screenshot

ConexED Screen Sharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

拡張機能の基本情報

名前 ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
公式URL https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
説明 Chrome screen sharing extension for the ConexED platform
ファイルサイズ 15.6 KB
インストール数 20,000
現在のバージョン 1.7.3
最終更新日 2018-09-26
公開日 2018-09-26
評価 4.00/5 合計 10 レビュー
開発者 https://conexed.com
支払い方法 free
拡張機能のウェブサイト https://conexed.com
ヘルプページのURL https://blog.conexed.com/help-center/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}