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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}