Confrere Screensharing

Enables screen sharing in Confrere

What is Confrere Screensharing?

Confrere Screensharing is a Chrome extension developed by https://confrere.com, and its main feature is "Enables screen sharing in Confrere".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Confrere Screensharing Extension CRX File

Download Confrere Screensharing 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

                        This extension enables screensharing for Confrere-based products. The extension may be installed to *.confrere.com.                    

Extension Basic Information

Name Confrere Screensharing Confrere Screensharing
ID okifmkhblklokdfkgaejkpmleiajepml
Official URL https://chromewebstore.google.com/detail/confrere-screensharing/okifmkhblklokdfkgaejkpmleiajepml
Description Enables screen sharing in Confrere
File Size 47 KB
Installation Count 95
Current Version 1.1.1
Last Updated 2019-01-11
Publish Date 2019-01-11
Rating 5.00/5 Total 1 Ratings
Developer https://confrere.com
Payment Type free
Extension Website https://confrere.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confrere Screensharing",
    "description": "Enables screen sharing in Confrere",
    "version": "1.1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "128": "icon-128x128.png",
        "192": "icon-192x192.png",
        "512": "icon-512x512.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.confrere.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.confrere.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.confrere.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}