WISEflow Screen Sharing

This extension enables screen share when using FLOWoral remote

Co je WISEflow Screen Sharing?

WISEflow Screen Sharing je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension enables screen share when using FLOWoral remote“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WISEflow Screen Sharing

Stáhněte si soubory rozšíření WISEflow Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension enables screen share when using FLOWoral remote                    

Základní Informace o Rozšíření

Název WISEflow Screen Sharing WISEflow Screen Sharing
ID gplddhcplebgiifigagihgpafhhkainn
Oficiální URL https://chromewebstore.google.com/detail/wiseflow-screen-sharing/gplddhcplebgiifigagihgpafhhkainn
Popis This extension enables screen share when using FLOWoral remote
Velikost souboru 20.36 KB
Počet instalací 44
Aktuální Verze 1.0
Poslední Aktualizace 2016-11-18
Datum Vydání 2016-11-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}