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