WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
Wat is WebRTC Desktop Sharing for Uniquity?
WebRTC Desktop Sharing for Uniquity is een Chrome-extensie ontwikkeld door https://andrexen.com, en de belangrijkste functie is "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity".
Extensie Screenshots
Download het CRX-bestand van de extensie WebRTC Desktop Sharing for Uniquity
Download WebRTC Desktop Sharing for Uniquity-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
WebRTC Desktop Sharing for Uniquity
--
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity Basisinformatie over de Extensie
| Naam | |
| ID | pofiaabfdjpmpaecpfmoplgnngdmfjdd |
| Officiële URL | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd |
| Beschrijving | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
| Bestandsgrootte | 12.73 KB |
| Aantal Installaties | 323 |
| Huidige Versie | 1.5.0.3 |
| Laatst Bijgewerkt | 2016-02-25 |
| Publicatiedatum | 2016-02-25 |
| Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://andrexen.com |
| Betalingswijze | free |
| Extensiewebsite | http://www.andrexen.com |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Andrexen",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/*.andrexen.com\/*",
"https:\/\/*.cirpack.com\/*",
"https:\/\/*.uniquity.lab.as30781.net\/*",
"https:\/\/*.uniquity.ovh\/*"
]
}
],
"description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity",
"externally_connectable": {
"matches": [
"https:\/\/*.andrexen.com\/*",
"https:\/\/*.cirpack.com\/*",
"https:\/\/*.uniquity.lab.as30781.net\/*",
"https:\/\/*.uniquity.ovh\/*"
]
},
"homepage_url": "http:\/\/uniquity.andrexen.com\/",
"icons": {
"128": "icon128.png",
"48": "icon.png"
},
"manifest_version": 2,
"minimum_chrome_version": "34",
"name": "WebRTC Desktop Sharing for Uniquity",
"permissions": [
"desktopCapture"
],
"version": "1.5.0.3"
} | |