Screen Share for StarLeaf Click-to-Call

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

Qu'est-ce que Screen Share for StarLeaf Click-to-Call ?

Screen Share for StarLeaf Click-to-Call est une extension Chrome développée par https://starleaf.com, et sa fonction principale est "Enables screen share when using StarLeaf Click-to-Call on Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Screen Share for StarLeaf Click-to-Call

Téléchargez les fichiers d'extension Screen Share for StarLeaf Click-to-Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Screen Share for StarLeaf Click-to-Call Screen Share for StarLeaf Click-to-Call
ID dliccfbpegdcmlflaidhhnloeofgdnce
URL Officiel https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce
Description Enables screen share when using StarLeaf Click-to-Call on Chrome
Taille du Fichier 9.94 KB
Nombre d'Installations 20,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-11-03
Date de Publication 2016-11-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://starleaf.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://support.starleaf.com/
Langues Prises en Charge 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"
}