VoiSmart Screen Share
VoiSmart browser extension for screen sharing support
Cos'è VoiSmart Screen Share?
VoiSmart Screen Share è un'estensione di Chrome sviluppata da develop, e la sua funzione principale è "VoiSmart browser extension for screen sharing support".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VoiSmart Screen Share
Scarica i file di estensione VoiSmart 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
                        Screen sharing support for VoiSmart conference.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | ipglkdcdgpagcjcockkhdpcojokgigbg | 
| URL Ufficiale | https://chromewebstore.google.com/detail/voismart-screen-share/ipglkdcdgpagcjcockkhdpcojokgigbg | 
| Descrizione | VoiSmart browser extension for screen sharing support | 
| Dimensione del File | 5.06 KB | 
| Conteggio Installazioni | 120 | 
| Versione Corrente | 1.1 | 
| Ultimo Aggiornamento | 2018-08-31 | 
| Data di Pubblicazione | 2018-08-31 | 
| Sviluppatore | develop | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoiSmart Screen Share",
    "short_name": "VoiSmartShare",
    "author": "VoiSmart",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "VoiSmart browser extension for screen sharing support",
    "homepage_url": "https:\/\/www.voismart.it",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |