TeachHoot Screen Sharing
This extension is developed primarily for TeachHoot classroom screen sharing functionality.
What is TeachHoot Screen Sharing?
TeachHoot Screen Sharing is a Chrome extension developed by teachhoot, and its main feature is "This extension is developed primarily for TeachHoot classroom screen sharing functionality.".
Extension Screenshots
Download TeachHoot Screen Sharing Extension CRX File
Download TeachHoot 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
Only for TeachHoot virtual classroom screen sharing functionality.
Extension Basic Information
Name | |
ID | goapckpidegmgkkcdkepmodfgpafhhce |
Official URL | https://chrome.google.com/webstore/detail/teachhoot-screen-sharing/goapckpidegmgkkcdkepmodfgpafhhce |
Description | This extension is developed primarily for TeachHoot classroom screen sharing functionality. |
File Size | 16.67 KB |
Installation Count | 23 |
Current Version | 1.2 |
Last Updated | 2018-07-21 |
Publish Date | 2018-07-21 |
Developer | teachhoot |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TeachHoot Screen Sharing", "author": "TeachHoot, Inc.", "version": "1.2", "manifest_version": 2, "minimum_chrome_version": "40", "description": "This extension is developed primarily for TeachHoot classroom screen sharing functionality.", "homepage_url": "https:\/\/www.teachhoot.com\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/www.teachhoot.com\/*", "https:\/\/137.117.245.112:1443\/*", "https:\/\/localhost:44390\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture", "audioCapture" ] } |