Screen Share for StarLeaf Click-to-Call

Enables screen share when using StarLeaf Click-to-Call on Chrome

Cos'è Screen Share for StarLeaf Click-to-Call?

Screen Share for StarLeaf Click-to-Call è un'estensione di Chrome sviluppata da https://starleaf.com, e la sua funzione principale è "Enables screen share when using StarLeaf Click-to-Call on Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Screen Share for StarLeaf Click-to-Call

Scarica i file di estensione Screen Share for StarLeaf Click-to-Call 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

                        StarLeaf Click-to-Call allows you to dial any user in the StarLeaf Cloud from your browser. This extension lets you share your screen when using Google Chrome.                    

Informazioni di Base sull'Estensione

Nome Screen Share for StarLeaf Click-to-Call Screen Share for StarLeaf Click-to-Call
ID dliccfbpegdcmlflaidhhnloeofgdnce
URL Ufficiale https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce
Descrizione Enables screen share when using StarLeaf Click-to-Call on Chrome
Dimensione del File 9.94 KB
Conteggio Installazioni 20,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-11-03
Data di Pubblicazione 2016-11-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://starleaf.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://support.starleaf.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "author": "StarLeaf ltd",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.starleaf.com\/*"
        ]
    },
    "file_system_provider_capabilities": {
        "configurable": true,
        "multiple_mounts": true,
        "source": "network"
    },
    "homepage_url": "https:\/\/www.starleaf.com",
    "minimum_chrome_version": "48",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "__MSG_extShortName__",
    "default_locale": "en_US"
}