Zillion Live WebRTC Screen Capture
This extension allows WebRTC connections to use the screen as a video source.
Wat is Zillion Live WebRTC Screen Capture?
Zillion Live WebRTC Screen Capture is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension allows WebRTC connections to use the screen as a video source.".
Download het CRX-bestand van de extensie Zillion Live WebRTC Screen Capture
Download Zillion Live WebRTC Screen Capture-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
Extension to allow screen sharing with zillion live services. Basisinformatie over de Extensie
| Naam | |
| ID | jkhlcipancfeplghhbjgbbbgbcibphjn |
| Officiële URL | https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn |
| Beschrijving | This extension allows WebRTC connections to use the screen as a video source. |
| Bestandsgrootte | 8.72 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 3.0.01 |
| Laatst Bijgewerkt | 2018-02-12 |
| Publicatiedatum | 2018-02-12 |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Zillion Live WebRTC Screen Capture",
"version": "3.0.01",
"description": "This extension allows WebRTC connections to use the screen as a video source.",
"author": "Zillion Group",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"homepage_url": "https:\/\/zillion.com",
"minimum_chrome_version": "34",
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/*.example.com\/*",
"*:\/\/localhost\/*",
"*:\/\/*.myrealappeal.load\/*",
"*:\/\/*.realappeal.com\/*",
"*:\/\/*.myzillion.load\/*",
"*:\/\/*.zillion.com\/*",
"*:\/\/*.restorehealth.com\/*"
]
}
} | |