Flock Screenshare

Allows Flock Video Conference to share your screen.

Wat is Flock Screenshare?

Flock Screenshare is een Chrome-extensie ontwikkeld door https://flock.com, en de belangrijkste functie is "Allows Flock Video Conference to share your screen.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Flock Screenshare

Download Flock Screenshare-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

                        Flock Screen Capture                    

Basisinformatie over de Extensie

Naam Flock Screenshare Flock Screenshare
ID dfpnbmkkagkknpnmaajhggpedcnfpomg
Officiële URL https://chromewebstore.google.com/detail/flock-screenshare/dfpnbmkkagkknpnmaajhggpedcnfpomg
Beschrijving Allows Flock Video Conference to share your screen.
Bestandsgrootte 10.3 KB
Aantal Installaties 559
Huidige Versie 1.0.6
Laatst Bijgewerkt 2019-03-19
Publicatiedatum 2019-03-19
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://flock.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}