Teach Me Now Screen Sharing
Extension that allows screen sharing in sessions.
What is Teach Me Now Screen Sharing?
Teach Me Now Screen Sharing is a Chrome extension developed by teachmenow.com, and its main feature is "Extension that allows screen sharing in sessions.".
Extension Screenshots
Download Teach Me Now Screen Sharing Extension CRX File
Download Teach Me Now Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension that allows screen sharing in sessions.
Extension Basic Information
Name | |
ID | pjcojibakbejeakgcfpfopicidlcjkal |
Official URL | https://chrome.google.com/webstore/detail/teach-me-now-screen-shari/pjcojibakbejeakgcfpfopicidlcjkal |
Description | Extension that allows screen sharing in sessions. |
File Size | 32.01 KB |
Installation Count | 43 |
Current Version | 1.6 |
Last Updated | 2018-06-06 |
Publish Date | 2018-06-06 |
Rating | 5.00/5 Total 2 Ratings |
Developer | teachmenow.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Teach Me Now Screen Sharing", "version": "1.6", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "extension.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.teachmenow.com\/*", "*:\/\/*.getbee.com\/*", "*:\/\/*.akademiet.no\/*", "*:\/\/*.medacademyonline.com\/*", "*:\/\/*.norwegianteaching.com\/*", "*:\/\/*.note.no\/*", "*:\/\/*.quduedu.com\/*", "*:\/\/*.drsamaaelabd.com\/*", "*:\/\/*.edtechsolutions.org\/*", "*:\/\/*.exclusivementor.com\/*", "*:\/\/*.theamyhrvold.com\/*", "*:\/\/*.selkar.me\/*", "*:\/\/*.2blimitless.com\/*", "*:\/\/*.novomed.com\/*", "*:\/\/*.gemstutor.com\/*" ] }, "permissions": [ "desktopCapture", "tabs" ] } |