Wyzant Screen Sharing
This Chrome extension enables screen sharing for the Wyzant online tutoring platform.
什麼是Wyzant Screen Sharing?
Wyzant Screen Sharing是由Wyzant, Inc開發的Chrome擴展程式,該擴展的主要功能是“This Chrome extension enables screen sharing for the Wyzant online tutoring platform.”。
擴展截圖
下載Wyzant Screen Sharing擴展crx文件
下載Wyzant Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Wyzant connects students, parents, and tutors and facilitates seamless person to person learning. To learn more, visit wyzant.com.
擴展基本資訊
名稱 | Wyzant Screen Sharing |
ID | ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
官方網址 | https://chromewebstore.google.com/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp |
簡介 | This Chrome extension enables screen sharing for the Wyzant online tutoring platform. |
檔案大小 | 20.08 KB |
安裝次數 | 20,000 |
目前版本 | 2.0.1 |
更新時間 | 2018-04-20 |
上架時間 | 2018-04-20 |
評分 | 3.54/5 共 13 次評分 |
開發者 | Wyzant, Inc |
付費類型 | free |
擴展官網 | https://chrome.google.com/webstore/detail/wyzant-screen-sharing/ggbjpoaaoeklmpdfjcbgenmbdjhecjjp?hl=en |
說明頁面URL | https://wyzant.com/Online/FAQ |
支援的語言 | 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" ] } |