Coffee Table Screen Sharing
A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.
Was ist Coffee Table Screen Sharing?
Coffee Table Screen Sharing ist eine Chrome-Erweiterung, die von https://coffeetable.vc entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.".
Erweiterungsscreenshots
Coffee Table Screen Sharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coffee Table Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Screen sharing extension for Coffee Table video meetings. For Chrome browser only. For any issues or queries, contact us on [email protected]
Grundlegende Informationen zur Erweiterung
Name | Coffee Table Screen Sharing |
ID | akdogkogbflojojlnmfojnjnghkmdjbc |
Offizielle URL | https://chromewebstore.google.com/detail/coffee-table-screen-shari/akdogkogbflojojlnmfojnjnghkmdjbc |
Beschreibung | A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings. |
Dateigröße | 6.14 KB |
Installationsanzahl | 18 |
Aktuelle Version | 0.0.0.6 |
Letztes Update | 2015-09-23 |
Veröffentlichungsdatum | 2015-09-22 |
Entwickler | https://coffeetable.vc |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Saurabh Pabhare", "name": "Coffee Table Screen Sharing", "description": "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.", "version": "0.0.0.6", "manifest_version": 2, "minimum_chrome_version": "34", "icons": { "128": "fav-icon.png", "16": "fav-icon.png", "48": "fav-icon.png" }, "permissions": [ "desktopCapture" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/coffeetable.vc\/*", "*:\/\/www.coffeetable.vc\/*" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |