Flock Screenshare

Allows Flock Video Conference to share your screen.

What is Flock Screenshare?

Flock Screenshare is a Chrome extension developed by https://flock.com, and its main feature is "Allows Flock Video Conference to share your screen.".

Extension Screenshots

screenshot

Download Flock Screenshare Extension CRX File

Download Flock Screenshare extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Flock Screen Capture                    

Extension Basic Information

Name Flock Screenshare Flock Screenshare
ID dfpnbmkkagkknpnmaajhggpedcnfpomg
Official URL https://chromewebstore.google.com/detail/flock-screenshare/dfpnbmkkagkknpnmaajhggpedcnfpomg
Description Allows Flock Video Conference to share your screen.
File Size 10.3 KB
Installation Count 559
Current Version 1.0.6
Last Updated 2019-03-19
Publish Date 2019-03-19
Rating 5.00/5 Total 3 Ratings
Developer https://flock.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}