Screen Share for StarLeaf Click-to-Call

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

什么是Screen Share for StarLeaf Click-to-Call?

Screen Share for StarLeaf Click-to-Call是由https://starleaf.com开发的Chrome扩展程序,该扩展的主要功能是“Enables screen share when using StarLeaf Click-to-Call on Chrome”。

扩展截图

screenshot

下载Screen Share for StarLeaf Click-to-Call扩展crx文件

下载Screen Share for StarLeaf Click-to-Call扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Screen Share for StarLeaf Click-to-Call Screen Share for StarLeaf Click-to-Call
ID dliccfbpegdcmlflaidhhnloeofgdnce
官方URL https://chromewebstore.google.com/detail/screen-share-for-starleaf/dliccfbpegdcmlflaidhhnloeofgdnce
简介 Enables screen share when using StarLeaf Click-to-Call on Chrome
文件大小 9.94 KB
安装次数 20,000
当前版本 1.0.0
更新时间 2016-11-03
上架时间 2016-11-03
评分 5.00/5 共1次评分
开发者 https://starleaf.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://support.starleaf.com/
支持的语言 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"
}