VISITLEAD Screensharing

Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers

VISITLEAD Screensharingとは何ですか?

VISITLEAD Screensharingはhttp://visitlead.comによって開発されたChromeの拡張機能で、その主な機能は「Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers」です。

拡張機能のスクリーンショット

screenshot
screenshot

VISITLEAD Screensharing拡張機能のCRXファイルをダウンロード

VISITLEAD Screensharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        VISITLEAD Screensharing - the easiest way to share your screen. 

Share your Browser, Desktop Applications, Websites, Slides, Powerpoints ... across Windows, Apple, iOS and Android - to 1 or more viewers (they have no software to install!) in full HD resolution. Perfect for sales and service. 

Maximum advantage in connection with the other VISITLEAD features like Monitoring and (Video) LiveChat. More: https://VISITLEAD.com/features

Share your Screen - it´s free!                    

拡張機能の基本情報

名前 VISITLEAD Screensharing VISITLEAD Screensharing
ID bpmiojlbhbleaobkbmelopmieodnkjjd
公式URL https://chrome.google.com/webstore/detail/visitlead-screensharing/bpmiojlbhbleaobkbmelopmieodnkjjd
説明 Share Desktop Applications, Websites, Slides, Videos ... across Windows, MacOS, iOS and Android - to 1 or more viewers
ファイルサイズ 33.86 KB
インストール数 48
現在のバージョン 2.0.3
最終更新日 2020-04-19
公開日 2020-04-19
評価 5.00/5 合計 2 レビュー
開発者 http://visitlead.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://visitlead.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Screenshare",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/VISITLEAD.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/webrtc.js",
            "scripts\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-22.png",
        "default_title": "Screensharing",
        "default_popup": "popup.html"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/icon-48.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/app.visitlead.com\/*",
            "*:\/\/stream.visitlead.com\/*",
            "*:\/\/app.visitlead.local\/*"
        ]
    }
}