Coffee Table Screen Sharing
A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.
Wat is Coffee Table Screen Sharing?
Coffee Table Screen Sharing is een Chrome-extensie ontwikkeld door https://coffeetable.vc, en de belangrijkste functie is "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coffee Table Screen Sharing
Download Coffee Table Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Screen sharing extension for Coffee Table video meetings. For Chrome browser only. For any issues or queries, contact us on [email protected]
Basisinformatie over de Extensie
Naam | Coffee Table Screen Sharing |
ID | akdogkogbflojojlnmfojnjnghkmdjbc |
Officiële URL | https://chromewebstore.google.com/detail/coffee-table-screen-shari/akdogkogbflojojlnmfojnjnghkmdjbc |
Beschrijving | A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings. |
Bestandsgrootte | 6.14 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.0.0.6 |
Laatst Bijgewerkt | 2015-09-23 |
Publicatiedatum | 2015-09-22 |
Ontwikkelaar | https://coffeetable.vc |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |