Screen Capturing for ProVideomeeting
Extension to enable Screen Sharing for ProVideomeeting application
Vad är Screen Capturing for ProVideomeeting?
Screen Capturing for ProVideomeeting är en Chrome-tillägg utvecklad av https://provideomeeting.com, och dess huvudfunktion är "Extension to enable Screen Sharing for ProVideomeeting application".
Tilläggsskärmbilder
Ladda ner Screen Capturing for ProVideomeeting-förlängningens CRX-fil
Ladda ner Screen Capturing for ProVideomeeting-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
This WebRTC based extension allows you to share your desktop and applications in full HD in a live virtual meeting with your attendees.
What is ProVideomeeting?
- New level of online meetings.
- Show presentations, video files or share your screen. Communicate in a common chat room or via private messages.
- Modern HTML5 and WebRTC technologies, providing for high operation speed.
- More than 75 functions with a simple intuitive interface.
Discover new generation platform for video conferences Grundläggande Information om Tillägg
| Namn | |
| ID | jefofalaofaikkkpcekdgjchamdbkhgh |
| Officiell webbadress | https://chromewebstore.google.com/detail/screen-capturing-for-prov/jefofalaofaikkkpcekdgjchamdbkhgh |
| Beskrivning | Extension to enable Screen Sharing for ProVideomeeting application |
| Filstorlek | 5.69 KB |
| Antal Installationer | 30 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2017-05-23 |
| Publiceringsdatum | 2017-05-23 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://provideomeeting.com |
| Betalningssätt | free |
| Tilläggswebbplats | https://provideomeeting.com/ |
| URL till Sekretesspolicy Sidan | https://provideomeeting.com/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Screen Capturing for ProVideomeeting",
"author": "NoviNexus Inc.",
"version": "1.0.1",
"manifest_version": 2,
"minimum_chrome_version": "34",
"description": "Extension to enable Screen Sharing for ProVideomeeting application",
"background": {
"scripts": [
"background-script.js"
],
"persistent": false
},
"content_scripts": [
{
"js": [
"content-script.js"
],
"all_frames": true,
"run_at": "document_start",
"matches": [
"*:\/\/provideomeeting.com\/*",
"*:\/\/*.provideomeeting.com\/*"
]
}
],
"icons": {
"48": "icon.png"
},
"permissions": [
"desktopCapture"
],
"web_accessible_resources": [
"icon.png"
]
} | |