TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
TutorMe Screen Sharingとは何ですか?
TutorMe Screen Sharingはhttps://tutorme.comによって開発されたChromeの拡張機能で、その主な機能は「This Chrome extension enables screen sharing for the TutorMe online tutoring platform.」です。
拡張機能のスクリーンショット
TutorMe Screen Sharing拡張機能のCRXファイルをダウンロード
TutorMe Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TutorMe's online tutoring platform enables students and tutors to: ∙ Connect via audio, video, and chat for seamless communication ∙ Collaborate on a shared whiteboard ∙ Upload documents to your whiteboard ∙ Export your whiteboard after the lesson ∙ Use a synchronized text editor and code editor ∙ Screen share with students
拡張機能の基本情報
名前 | TutorMe Screen Sharing |
ID | lhjlccminjllnogilkoagiplgcnplhom |
公式URL | https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom |
説明 | This Chrome extension enables screen sharing for the TutorMe online tutoring platform. |
ファイルサイズ | 8.59 KB |
インストール数 | 2,502 |
現在のバージョン | 2.0 |
最終更新日 | 2017-09-27 |
公開日 | 2017-09-27 |
評価 | 5.00/5 合計 21 レビュー |
開発者 | https://tutorme.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://tutorme.com |
ヘルプページのURL | https://help.tutorme.com/ |
プライバシーポリシーページのURL | https://tutorme.com/privacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TutorMe Screen Sharing", "author": "TutorMe.com, Inc.", "version": "2.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.tutorme.com\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |