Screen Share for StarLeaf Click-to-Call

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

Wat is Screen Share for StarLeaf Click-to-Call?

Screen Share for StarLeaf Click-to-Call is een Chrome-extensie ontwikkeld door https://starleaf.com, en de belangrijkste functie is "Enables screen share when using StarLeaf Click-to-Call on Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Screen Share for StarLeaf Click-to-Call

Download Screen Share for StarLeaf Click-to-Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Screen Share for StarLeaf Click-to-Call Screen Share for StarLeaf Click-to-Call
ID dliccfbpegdcmlflaidhhnloeofgdnce
Officiële URL https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce
Beschrijving Enables screen share when using StarLeaf Click-to-Call on Chrome
Bestandsgrootte 9.94 KB
Aantal Installaties 20,000
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-11-03
Publicatiedatum 2016-11-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://starleaf.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://support.starleaf.com/
Ondersteunde Talen 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"
}