Switchvox Screen Sharing for Switchboard
Enables screen-sharing for chrome in the switchboard
Wat is Switchvox Screen Sharing for Switchboard?
Switchvox Screen Sharing for Switchboard is een Chrome-extensie ontwikkeld door Digium, Inc., en de belangrijkste functie is "Enables screen-sharing for chrome in the switchboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Switchvox Screen Sharing for Switchboard
Download Switchvox Screen Sharing for Switchboard-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
This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.
Basisinformatie over de Extensie
Naam | Switchvox Screen Sharing for Switchboard |
ID | odnmjffmhmkbebhofkmeeejdbcofiejc |
Officiële URL | https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc |
Beschrijving | Enables screen-sharing for chrome in the switchboard |
Bestandsgrootte | 4.03 KB |
Aantal Installaties | 884 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2018-10-24 |
Publicatiedatum | 2018-10-24 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Digium, Inc. |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Switchvox Screen Sharing for Switchboard", "description": "Enables screen-sharing for chrome in the switchboard", "version": "0.0.2", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "desktopCapture", "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |