TeachHoot Screen Sharing
This extension is developed primarily for TeachHoot classroom screen sharing functionality.
Vad är TeachHoot Screen Sharing?
TeachHoot Screen Sharing är en Chrome-tillägg utvecklad av teachhoot, och dess huvudfunktion är "This extension is developed primarily for TeachHoot classroom screen sharing functionality.".
Tilläggsskärmbilder
Ladda ner TeachHoot Screen Sharing-förlängningens CRX-fil
Ladda ner TeachHoot Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Only for TeachHoot virtual classroom screen sharing functionality.
Grundläggande Information om Tillägg
Namn | |
ID | goapckpidegmgkkcdkepmodfgpafhhce |
Officiell webbadress | https://chrome.google.com/webstore/detail/teachhoot-screen-sharing/goapckpidegmgkkcdkepmodfgpafhhce |
Beskrivning | This extension is developed primarily for TeachHoot classroom screen sharing functionality. |
Filstorlek | 16.67 KB |
Antal Installationer | 23 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-07-21 |
Publiceringsdatum | 2018-07-21 |
Utvecklare | teachhoot |
Betalningssätt | free |
Stödda Språk | 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" ] } |