Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
Vad är Screen Share for StarLeaf Click-to-Call?
Screen Share for StarLeaf Click-to-Call är en Chrome-tillägg utvecklad av https://starleaf.com, och dess huvudfunktion är "Enables screen share when using StarLeaf Click-to-Call on Chrome".
Tilläggsskärmbilder
Ladda ner Screen Share for StarLeaf Click-to-Call-förlängningens CRX-fil
Ladda ner Screen Share for StarLeaf Click-to-Call-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | dliccfbpegdcmlflaidhhnloeofgdnce | 
| Officiell webbadress | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce | 
| Beskrivning | Enables screen share when using StarLeaf Click-to-Call on Chrome | 
| Filstorlek | 9.94 KB | 
| Antal Installationer | 20,000 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2016-11-03 | 
| Publiceringsdatum | 2016-11-03 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | https://starleaf.com | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Hjälpsida URL | https://support.starleaf.com/ | 
| Stödda Språk | 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"
}  |  |