WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
Was ist WebRTC Desktop Sharing for Uniquity?
WebRTC Desktop Sharing for Uniquity ist eine Chrome-Erweiterung, die von https://andrexen.com entwickelt wurde, und ihr Hauptmerkmal ist "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity".
Erweiterungsscreenshots
WebRTC Desktop Sharing for Uniquity-Erweiterungs-CRX-Datei herunterladen
Laden Sie WebRTC Desktop Sharing for Uniquity-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
WebRTC Desktop Sharing for Uniquity
--
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pofiaabfdjpmpaecpfmoplgnngdmfjdd |
| Offizielle URL | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd |
| Beschreibung | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
| Dateigröße | 12.73 KB |
| Installationsanzahl | 323 |
| Aktuelle Version | 1.5.0.3 |
| Letztes Update | 2016-02-25 |
| Veröffentlichungsdatum | 2016-02-25 |
| Bewertung | 4.50/5 Insgesamt 4 Bewertungen |
| Entwickler | https://andrexen.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.andrexen.com |
| Unterstützte Sprachen | 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"
} | |