LiveSmart Screen Capturing

Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat

LiveSmart Screen Capturing란 무엇입니까?

LiveSmart Screen Capturing은(는) nhadjidimitrov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LiveSmart Screen Capturing 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Designed to provide screen sharing on any HTTPS domain for LiveSmart Video Chat - a standalone web application with video, audio, screensharing and file transfer face-to-face communication chat. 
LiveSmart Video Chat is provided on-premise so this extension has all HTTPS permission needed. This extension captures the screen and returns to LiveSmart the screen ID.                    

확장 프로그램 기본 정보

이름 LiveSmart Screen Capturing LiveSmart Screen Capturing
ID nphkdpfdiidjglfcplkpkdjpdlpmkdpg
공식 URL https://chrome.google.com/webstore/detail/livesmart-screen-capturin/nphkdpfdiidjglfcplkpkdjpdlpmkdpg
설명 Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat
파일 크기 24.56 KB
설치 횟수 39
현재 버전 1.4
최근 업데이트 2019-02-04
출시 날짜 2019-01-31
개발자 nhadjidimitrov
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.new-dev.com/page/ident/live_smart_video_chat
도움말 페이지 URL https://www.new-dev.com/page/ident/live_smart_video_chat_faq
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LiveSmart Screen Capturing",
    "author": "Nikolay Hadjidimitrov",
    "version": "1.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Capture screen sharing on any HTTPs domain made for LiveSmart Video Chat",
    "homepage_url": "https:\/\/www.new-dev.com\/page\/ident\/live_smart_video_chat_installation",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon16.png"
    ]
}