Cakap.com screen sharing
Extension to allow screen sharing in Cakap Web Application.
What is Cakap.com screen sharing?
Cakap.com screen sharing is a Chrome extension developed by Unknown, and its main feature is "Extension to allow screen sharing in Cakap Web Application.".
Extension Screenshots
Download Cakap.com screen sharing Extension CRX File
Download Cakap.com 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
Share the screen from your computer in a class video call, to show presentations, photos and documents. This extension lets you share your screen with other students in Cakap class. - Select which window/application or Chrome tab to share from your computer - Handles multiple screens/monitors
Extension Basic Information
Name | Cakap.com screen sharing |
ID | gblogpkjbimlckjiejaggbcecofamhld |
Official URL | https://chromewebstore.google.com/detail/cakapcom-screen-sharing/gblogpkjbimlckjiejaggbcecofamhld |
Description | Extension to allow screen sharing in Cakap Web Application. |
File Size | 13.22 KB |
Installation Count | 328 |
Current Version | 0.1.6 |
Last Updated | 2019-12-24 |
Publish Date | 2019-12-23 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "34", "name": "Cakap.com screen sharing", "permissions": [ "desktopCapture" ], "short_name": "Screen sharing for Cakap.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow screen sharing in Cakap Web Application.", "externally_connectable": { "matches": [ "*:\/\/*.teacher.egous.vn\/*", "*:\/\/*.brainee.vn\/*", "*:\/\/*.squline.com\/*", "*:\/\/*.cakap.com\/*", "*:\/\/localhost\/*" ] }, "icons": { "128": "128w.png", "16": "16w.png", "48": "48w.png" }, "browser_action": { "default_icon": "16w.png" } } |