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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |