WebRTC Desktop Sharing for Uniquity
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
Vad är WebRTC Desktop Sharing for Uniquity?
WebRTC Desktop Sharing for Uniquity är en Chrome-tillägg utvecklad av https://andrexen.com, och dess huvudfunktion är "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity".
Tilläggsskärmbilder
Ladda ner WebRTC Desktop Sharing for Uniquity-förlängningens CRX-fil
Ladda ner WebRTC Desktop Sharing for Uniquity-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
WebRTC Desktop Sharing for Uniquity
--
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity Grundläggande Information om Tillägg
| Namn | |
| ID | pofiaabfdjpmpaecpfmoplgnngdmfjdd |
| Officiell webbadress | https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd |
| Beskrivning | WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity |
| Filstorlek | 12.73 KB |
| Antal Installationer | 323 |
| Aktuell Version | 1.5.0.3 |
| Senast Uppdaterad | 2016-02-25 |
| Publiceringsdatum | 2016-02-25 |
| Betyg | 4.50/5 Totalt 4 Betyg |
| Utvecklare | https://andrexen.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.andrexen.com |
| Stödda Språk | 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"
} | |