TutorMe Screen Sharing
This Chrome extension enables screen sharing for the TutorMe online tutoring platform.
TutorMe Screen Sharing क्या है?
TutorMe Screen Sharing https://tutorme.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension enables screen sharing for the TutorMe online tutoring platform."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TutorMe Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |