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
Eメール [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"
}