Eureka Video Web Conference - Screen Sharing
Enable screen sharing on your web conference offered by eureka.video
Vad är Eureka Video Web Conference - Screen Sharing?
Eureka Video Web Conference - Screen Sharing är en Chrome-tillägg utvecklad av engineering.mnf, och dess huvudfunktion är "Enable screen sharing on your web conference offered by eureka.video".
Tilläggsskärmbilder
Ladda ner Eureka Video Web Conference - Screen Sharing-förlängningens CRX-fil
Ladda ner Eureka Video Web Conference - Screen Sharing-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
                        Allow sharing of your application window, entire screen or chrome tab.
Offered by: eureka.video                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | pcaofgjmogphmifadphfdifomgdflmkb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/eureka-video-web-conferen/pcaofgjmogphmifadphfdifomgdflmkb | 
| Beskrivning | Enable screen sharing on your web conference offered by eureka.video | 
| Filstorlek | 3.44 KB | 
| Antal Installationer | 35 | 
| Aktuell Version | 1.0.2 | 
| Senast Uppdaterad | 2019-04-30 | 
| Publiceringsdatum | 2019-04-29 | 
| Utvecklare | engineering.mnf | 
| Betalningssätt | free | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Eureka Video Web Conference - Screen Sharing",
    "description": "Enable screen sharing on your web conference offered by eureka.video",
    "version": "1.0.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/web-uat.bcme.global\/*",
            "https:\/\/dmrix91mi0km1.cloudfront.net\/*",
            "https:\/\/eureka.video\/*",
            "https:\/\/ozlink.video\/*",
            "https:\/\/express.video\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ]
}  |  |