WISEflow Screen Sharing

This extension enables screen share when using FLOWoral remote

What is WISEflow Screen Sharing?

WISEflow Screen Sharing is a Chrome extension developed by Unknown, and its main feature is "This extension enables screen share when using FLOWoral remote".

Extension Screenshots

screenshot

Download WISEflow Screen Sharing Extension CRX File

Download WISEflow Screen Sharing 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 screen share when using FLOWoral remote                    

Extension Basic Information

Name WISEflow Screen Sharing WISEflow Screen Sharing
ID gplddhcplebgiifigagihgpafhhkainn
Official URL https://chromewebstore.google.com/detail/wiseflow-screen-sharing/gplddhcplebgiifigagihgpafhhkainn
Description This extension enables screen share when using FLOWoral remote
File Size 20.36 KB
Installation Count 44
Current Version 1.0
Last Updated 2016-11-18
Publish Date 2016-11-17
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WISEflow Screen Sharing",
    "author": "Uniwise",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension enables screen share when using FLOWoral remote",
    "homepage_url": "http:\/\/wiseflow.net\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wiseflow.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}