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文件

下载LiveSmart Screen Capturing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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