WebRTC Desktop Sharing for Uniquity

WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity

Hvad er WebRTC Desktop Sharing for Uniquity?

WebRTC Desktop Sharing for Uniquity er en Chrome-udvidelse udviklet af https://andrexen.com, og dens hovedfunktion er "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity".

Udvidelsesskærmbilleder

screenshot

Download WebRTC Desktop Sharing for Uniquity-udvidelses-CRX-fil

Download WebRTC Desktop Sharing for Uniquity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        WebRTC Desktop Sharing for Uniquity

--
WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity                    

Grundlæggende oplysninger om udvidelsen

Navn WebRTC Desktop Sharing for Uniquity WebRTC Desktop Sharing for Uniquity
ID pofiaabfdjpmpaecpfmoplgnngdmfjdd
Officiel URL https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/pofiaabfdjpmpaecpfmoplgnngdmfjdd
Beskrivelse WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
Filstørrelse 12.73 KB
Antal Installationer 323
Nuværende Version 1.5.0.3
Senest Opdateret 2016-02-25
Udgivelsesdato 2016-02-25
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler https://andrexen.com
Betalingsmetode free
Udvidelseswebsted http://www.andrexen.com
Understøttede Sprog 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"
}