Wyzant Screen Sharing

This Chrome extension enables screen sharing for the Wyzant online tutoring platform.

Wyzant Screen Sharingとは何ですか?

Wyzant Screen SharingはWyzant, Incによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension enables screen sharing for the Wyzant online tutoring platform.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.                    

拡張機能の基本情報

名前 Wyzant Screen Sharing Wyzant Screen Sharing
ID ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
公式URL https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp
説明 This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
ファイルサイズ 20.08 KB
インストール数 20,000
現在のバージョン 2.0.1
最終更新日 2018-04-20
公開日 2018-04-20
評価 3.54/5 合計 13 レビュー
開発者 Wyzant, Inc
支払い方法 free
拡張機能のウェブサイト https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en
ヘルプページのURL https://wyzant.com/Online/FAQ
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wyzant Screen Sharing",
    "author": "Wyzant",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.",
    "homepage_url": "http:\/\/wyzant.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.wyzant.io\/*",
            "https:\/\/*.wyzant.com\/*",
            "https:\/\/*.wyzant.dog\/*",
            "https:\/\/*.wyzdev.com\/*",
            "https:\/\/*.wyzdev.dog\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo16.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}