ZipSocket Screen Sharing Extension

Chrome extension for enabling screen sharing

ZipSocket Screen Sharing Extensionとは何ですか?

ZipSocket Screen Sharing Extensionはhttps://zipsocket.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension for enabling screen sharing」です。

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

ZipSocket Screen Sharing Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With this free screen sharing extension, you can share your desktop, window, or tab at ZipSocket.com.

ZipSocket is the easiest way to share content with customers while on the phone or in the same room. No accounts, downloads, or logins. By listening to the voices and sounds in the conversation, we can determine that participants are in the same meeting.

* Tell all participants of the conversation to go to ZipSocket.com and click on our logo to connect.
* Enter your name to introduce yourself.
* Pick the content to share in the “Meeting Content” area:
      select “Website” and enter a URL to share a web page, or 
      select “Screen” and click on “Monitor”, “Window”, or “Chrome Tab” to share your screen.

You can control which content is presented in the meeting content area.

Now, you can make sure everyone is on the same page. Working with customers, clients, or teams is even easier. 
.                    

拡張機能の基本情報

名前 ZipSocket Screen Sharing Extension ZipSocket Screen Sharing Extension
ID jdibiihpgpipfpjncbkabgecfemnbmol
公式URL https://chromewebstore.google.com/detail/zipsocket-screen-sharing/jdibiihpgpipfpjncbkabgecfemnbmol
説明 Chrome extension for enabling screen sharing
ファイルサイズ 11.16 KB
インストール数 27
現在のバージョン 1.0
最終更新日 2017-08-08
公開日 2017-08-08
評価 5.00/5 合計 1 レビュー
開発者 https://zipsocket.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://zipsocket.com/howto
ヘルプページのURL https://zipsocket.com/faq
プライバシーポリシーページのURL https://zipsocket.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZipSocket Screen Sharing Extension",
    "short_name": "ZS Screen Share",
    "description": "Chrome extension for enabling screen sharing",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "homepage_url": "https:\/\/zipsocket.com\/",
    "icons": {
        "16": "zsIcon16.png",
        "32": "zsIcon32.png",
        "48": "zsIcon48.png",
        "128": "zsIcon128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/zipsocket.com\/*"
    ],
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "matches": [
            "https:\/\/zipsocket.com\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/zipsocket.com\/*",
            "http:\/\/localhost\/*"
        ]
    }
}