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
官方網址 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
電子郵箱 [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\/*"
        ]
    }
}