Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
Vad är Wyzant Screen Sharing?
Wyzant Screen Sharing är en Chrome-tillägg utvecklad av Wyzant, Inc, och dess huvudfunktion är "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.".
Tilläggsskärmbilder
Ladda ner Wyzant Screen Sharing-förlängningens CRX-fil
Ladda ner Wyzant 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
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com. Grundläggande Information om Tillägg
| Namn | |
| ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
| Officiell webbadress | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
| Beskrivning | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
| Filstorlek | 20.08 KB |
| Antal Installationer | 20,000 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2018-04-20 |
| Publiceringsdatum | 2018-04-20 |
| Betyg | 3.54/5 Totalt 13 Betyg |
| Utvecklare | Wyzant, Inc |
| Betalningssätt | free |
| Tilläggswebbplats | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
| Hjälpsida URL | https://wyzant.com/Online/FAQ |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Wyzant Screen Sharing",
"author": "Wyzant",
"version": "2.0.1",
"manifest_version": 2,
"minimum_chrome_version": "49",
"description": "This Chrome extension enables screen sharing for the Wyzant online tutoring platform.",
"homepage_url": "http:\/\/wyzant.com\/",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"https:\/\/*.wyzant.io\/*",
"https:\/\/*.wyzant.com\/*",
"https:\/\/*.wyzant.dog\/*",
"https:\/\/*.wyzdev.com\/*",
"https:\/\/*.wyzdev.dog\/*"
]
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"browser_action": {
"default_icon": "logo16.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |