Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
Co je Screen Share for StarLeaf Click-to-Call?
Screen Share for StarLeaf Click-to-Call je rozšíření Chrome vyvinuté https://starleaf.com, a jeho hlavní funkcí je „Enables screen share when using StarLeaf Click-to-Call on Chrome“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Screen Share for StarLeaf Click-to-Call
Stáhněte si soubory rozšíření Screen Share for StarLeaf Click-to-Call ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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.                     Základní Informace o Rozšíření
| Název |   |  
| ID | dliccfbpegdcmlflaidhhnloeofgdnce | 
| Oficiální URL | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce | 
| Popis | Enables screen share when using StarLeaf Click-to-Call on Chrome | 
| Velikost souboru | 9.94 KB | 
| Počet instalací | 20,000 | 
| Aktuální Verze | 1.0.0 | 
| Poslední Aktualizace | 2016-11-03 | 
| Datum Vydání | 2016-11-03 | 
| Hodnocení | 5.00/5 Celkem 1 Hodnocení | 
| Vývojář | https://starleaf.com | 
| [email protected] | |
| Typ Platby | free | 
| URL Stránky Nápovědy | https://support.starleaf.com/ | 
| Podporované Jazyky | 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"
}  |  |