WISEflow Screen Sharing
This extension enables screen share when using FLOWoral remote
Cos'è WISEflow Screen Sharing?
WISEflow Screen Sharing è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension enables screen share when using FLOWoral remote".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WISEflow Screen Sharing
Scarica i file di estensione WISEflow Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension enables screen share when using FLOWoral remote
Informazioni di Base sull'Estensione
Nome | |
ID | gplddhcplebgiifigagihgpafhhkainn |
URL Ufficiale | https://chromewebstore.google.com/detail/wiseflow-screen-sharing/gplddhcplebgiifigagihgpafhhkainn |
Descrizione | This extension enables screen share when using FLOWoral remote |
Dimensione del File | 20.36 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-11-18 |
Data di Pubblicazione | 2016-11-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |