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
官方網址 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"
    ]
}