InterVu Screen Share

Capture full-screen or specific application's screen of InterVu app

Cos'è InterVu Screen Share?

InterVu Screen Share è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Capture full-screen or specific application's screen of InterVu app".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione InterVu Screen Share

Scarica i file di estensione InterVu Screen Share 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

                        Enable screen sharing on intervunow.com                    

Informazioni di Base sull'Estensione

Nome InterVu Screen Share InterVu Screen Share
ID nmlfljhfllkeeladifnjcncdinampckd
URL Ufficiale https://chromewebstore.google.com/detail/intervu-screen-share/nmlfljhfllkeeladifnjcncdinampckd
Descrizione Capture full-screen or specific application's screen of InterVu app
Dimensione del File 5.13 KB
Conteggio Installazioni 26
Versione Corrente 1.5.3
Ultimo Aggiornamento 2020-05-04
Data di Pubblicazione 2020-05-04
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "InterVu Screen Share",
    "author": "FocusVision",
    "version": "1.5.3",
    "minimum_chrome_version": "34",
    "description": "Capture full-screen or specific application's screen of InterVu app",
    "externally_connectable": {
        "matches": [
            "*:\/\/intervunow.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "*:\/\/intervunow.com\/*"
    ],
    "background": {
        "scripts": [
            "env.js",
            "background.js"
        ]
    },
    "icons": {
        "48": "images\/icon-48.png"
    }
}