TutorMe Screen Sharing

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

TutorMe Screen Sharing là gì?

TutorMe Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://tutorme.com, và tính năng chính của nó là "This Chrome extension enables screen sharing for the TutorMe online tutoring platform.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TutorMe Screen Sharing

Tải xuống các tệp mở rộng TutorMe Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TutorMe Screen Sharing TutorMe Screen Sharing
ID lhjlccminjllnogilkoagiplgcnplhom
URL Chính Thức https://chromewebstore.google.com/detail/tutorme-screen-sharing/lhjlccminjllnogilkoagiplgcnplhom
Mô tả This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
Kích Thước Tệp 8.59 KB
Số Lần Cài Đặt 2,502
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-09-27
Ngày Phát Hành 2017-09-27
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển https://tutorme.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tutorme.com
URL Trang Trợ Giúp https://help.tutorme.com/
URL Trang Chính Sách Bảo Mật https://tutorme.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}