Flock Screenshare

Allows Flock Video Conference to share your screen.

Was ist Flock Screenshare?

Flock Screenshare ist eine Chrome-Erweiterung, die von https://flock.com entwickelt wurde, und ihr Hauptmerkmal ist "Allows Flock Video Conference to share your screen.".

Erweiterungsscreenshots

screenshot

Flock Screenshare-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flock Screenshare-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Flock Screen Capture                    

Grundlegende Informationen zur Erweiterung

Name Flock Screenshare Flock Screenshare
ID dfpnbmkkagkknpnmaajhggpedcnfpomg
Offizielle URL https://chromewebstore.google.com/detail/flock-screenshare/dfpnbmkkagkknpnmaajhggpedcnfpomg
Beschreibung Allows Flock Video Conference to share your screen.
Dateigröße 10.3 KB
Installationsanzahl 559
Aktuelle Version 1.0.6
Letztes Update 2019-03-19
Veröffentlichungsdatum 2019-03-19
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://flock.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flock Screenshare",
    "description": "Allows Flock Video Conference to share your screen.",
    "manifest_version": 2,
    "version": "1.0.6",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhEb8fhGwD+dJDL7AuhWvg4fLqRHf9VD0ugll8eknBBpDSuKVJVrwn6zmJBFiePpep6IVbdRZDCjnRdXHkQUGFLwl83YqJRmm0d4xB4iwr8bYhD9eLZy0zmCRNlABB1KseQskQQ07xFlbbysebRQtdzWyNLzufWNXqH+2OsYMKJL61pSm2hNWCwDZF28GxCwEaV4yZM4AvNFXWtka7eKd7DWZwy1sS6vZ6T+q7Jt1lIvXcCz9q2vXc8FMUZonGyWF1jFLvwfzckRbiC6bDK1o4GauLVLToLtCI1eOXsCbHv4Lvzl+4kWP4Es1NrqCewb7p7CREYulh+ZfcB5A+qDEGQIDAQAB",
    "background": {
        "scripts": [
            "extension.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/apps-static.flock.co\/twilio\/*",
                "*:\/\/apps-static.flock.com\/twilio\/*",
                "*:\/\/*.flock.co\/call\/*",
                "*:\/\/*.flock-staging.co\/call\/*",
                "*:\/\/*.flock.com\/call\/*",
                "*:\/\/*.flock-staging.com\/call\/*",
                "*:\/\/*.flock.co\/beta\/call\/*",
                "*:\/\/*.flock.com\/beta\/call\/*"
            ],
            "js": [
                "isExtensionPresent.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.flock.co\/*",
            "*:\/\/*.flock.com\/*",
            "*:\/\/*.flock-staging.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}