MDS Screen-sharing
MDS Desktop Capture Extension
Wat is MDS Screen-sharing?
MDS Screen-sharing is een Chrome-extensie ontwikkeld door http://mdspbx.com, en de belangrijkste functie is "MDS Desktop Capture Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie MDS Screen-sharing
Download MDS 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
MDS Screen-sharing
This extension allows your Chrome browser to share your screen during video collaboration meetings on the MDS Amiba cloud PBX. Basisinformatie over de Extensie
| Naam | |
| ID | miljooondeplbfkikdnhelfcligchpll |
| Officiële URL | https://chrome.google.com/webstore/detail/mds-screen-sharing/miljooondeplbfkikdnhelfcligchpll |
| Beschrijving | MDS Desktop Capture Extension |
| Bestandsgrootte | 15.51 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2016-03-09 |
| Publicatiedatum | 2016-03-09 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | http://mdspbx.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.mdsamiba.com |
| Help Pagina-URL | http://www.mdsamiba.com/support/faqs-86.html |
| URL van de Privacybeleid Pagina | http://www.mdsgateways.com/privacypolicy/softphone.html |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MDS Screen-sharing",
"version": "0.2",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/videoRoom\/*"
],
"js": [
"contentscript.js"
],
"all_frames": true
}
],
"description": "MDS Desktop Capture Extension",
"icons": {
"128": "mdslogo1.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"permissions": [
"desktopCapture"
]
} | |