Screen Share for StarLeaf Click-to-Call
Enables screen share when using StarLeaf Click-to-Call on Chrome
What is Screen Share for StarLeaf Click-to-Call?
Screen Share for StarLeaf Click-to-Call is a Chrome extension developed by https://starleaf.com, and its main feature is "Enables screen share when using StarLeaf Click-to-Call on Chrome".
Extension Screenshots
Download Screen Share for StarLeaf Click-to-Call Extension CRX File
Download Screen Share for StarLeaf Click-to-Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | dliccfbpegdcmlflaidhhnloeofgdnce |
| Official URL | https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce |
| Description | Enables screen share when using StarLeaf Click-to-Call on Chrome |
| File Size | 9.94 KB |
| Installation Count | 20,000 |
| Current Version | 1.0.0 |
| Last Updated | 2016-11-03 |
| Publish Date | 2016-11-03 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | https://starleaf.com |
| [email protected] | |
| Payment Type | free |
| Help Page URL | https://support.starleaf.com/ |
| Supported Languages | 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"
} | |