WebConfig Screen Capturing

This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!

Co je WebConfig Screen Capturing?

WebConfig Screen Capturing je rozšíření Chrome vyvinuté https://webconf.splus-software.com.vn, a jeho hlavní funkcí je „This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!“.

Stáhnout soubor CRX rozšíření WebConfig Screen Capturing

Stáhněte si soubory rozšíření WebConfig Screen Capturing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Share Screen For WebConfig.                    

Základní Informace o Rozšíření

Název WebConfig Screen Capturing WebConfig Screen Capturing
ID bbfgdoggiccfkcbhoidgobjnikeljahk
Oficiální URL https://chrome.google.com/webstore/detail/bbfgdoggiccfkcbhoidgobjnikeljahk
Popis This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
Velikost souboru 14.87 KB
Počet instalací 50
Aktuální Verze 4.1
Poslední Aktualizace 2018-05-08
Datum Vydání 2018-05-08
Vývojář https://webconf.splus-software.com.vn
Typ Platby free
Webové stránky Rozšíření https://webconf.splus-software.com.vn
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebConfig Screen Capturing",
    "author": "Splus",
    "version": "4.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
    "homepage_url": "https:\/\/webconf.splus-software.com.vn\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/webconf.splus-software.com.vn\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}