DD/FVWebinar スクリーン共有プラグイン

This is the workshop extension utility for screensharing support in the workshop

Wat is DD/FVWebinar スクリーン共有プラグイン?

DD/FVWebinar スクリーン共有プラグイン is een Chrome-extensie ontwikkeld door info, en de belangrijkste functie is "This is the workshop extension utility for screensharing support in the workshop".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DD/FVWebinar スクリーン共有プラグイン

Download DD/FVWebinar スクリーン共有プラグイン-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

                        FreshVoice Webinar, DDでスクリーン共有をするためのプラグイン                    

Basisinformatie over de Extensie

Naam DD/FVWebinar スクリーン共有プラグイン DD/FVWebinar スクリーン共有プラグイン
ID fpkehedblglkhoinapeaecjallokpekh
Officiële URL https://chromewebstore.google.com/detail/ddfvwebinar-%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E5%85%B1%E6%9C%89%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3/fpkehedblglkhoinapeaecjallokpekh
Beschrijving This is the workshop extension utility for screensharing support in the workshop
Bestandsgrootte 101 KB
Aantal Installaties 352
Huidige Versie 0.7.7
Laatst Bijgewerkt 2019-06-07
Publicatiedatum 2019-06-07
Ontwikkelaar info
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "background.common.js",
            "recordRTC\/getUserMedia.js",
            "recordRTC\/gotStream.js",
            "recordRTC\/MultiStreamRecorder.js",
            "recordRTC\/MediaStreamRecorder.js",
            "recordRTC\/StereoAudioRecorder.js",
            "recordRTC\/DiskStorage.js",
            "background.messaging.js",
            "background.desktopCapture.js",
            "EMBL.js",
            "background.tabCapture.js"
        ],
        "matches": [
            "https:\/\/*\/*",
            "http:\/\/localhost:3000\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "description": "This is the workshop extension utility for screensharing support in the workshop",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dd-talk.net\/*",
            "https:\/\/dd-talk.net\/*",
            "https:\/\/*.workshop-live.com\/*",
            "https:\/\/628d05de.ngrok.io\/*",
            "https:\/\/*.firebaseapp.com\/*",
            "https:\/\/spac.ee\/*",
            "http:\/\/localhost:3000\/*\/*",
            "https:\/\/4dceff8c.ngrok.io\/*\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqCJZF9Hxw117OHpkY468b04YcXbj1rGb6DSS97XjdiglmPoKOzGtYK2XbgMZTGxcAEd8esacLyovXLFcz\/nUHJwiRlSSAHNjblGpPEJJaGlwiAgheRg9dpftVw8e0DxhBjbTj2eA+dsZsl+jdVMc0H218WPk4xnPn6um8SK\/8iaDin+ugG31yG6iE7q+lQvox7amyMhEAF6NB\/3XozBkavNRGzOCLPmF17vZfqqcvrkVEgvgMTQQIVZcCY1S+q2ZjVpjYB6VN1gSZdZZ0HGlayPc\/FDHKHfEeH9VC6oJhCn5PR\/Hh5abNbSAl2V+CDkgG9WK2+C6R0\/vxk1V5SVK2wIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "name": "DD\/FVWebinar \u30b9\u30af\u30ea\u30fc\u30f3\u5171\u6709\u30d7\u30e9\u30b0\u30a4\u30f3",
    "permissions": [
        "desktopCapture",
        "http:\/\/localhost:3000\/*\/*",
        "activeTab",
        "tabs",
        "tabCapture",
        "storage",
        "",
        "identity",
        "https:\/\/www.googleapis.com\/*"
    ],
    "short_name": "DD\/FVWebinar \u30b9\u30af\u30ea\u30fc\u30f3\u5171\u6709\u30d7\u30e9\u30b0\u30a4\u30f3",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.7.7"
}