Let's Talk Screen Sharing Chrome Extension

This Extension provides ability to share screen for Let's Talk application.

什麼是Let's Talk Screen Sharing Chrome Extension?

Let's Talk Screen Sharing Chrome Extension是由https://hciketi.com開發的Chrome擴展程式,該擴展的主要功能是“This Extension provides ability to share screen for Let's Talk application.”。

擴展截圖

screenshot
screenshot

下載Let's Talk Screen Sharing Chrome Extension擴展crx文件

下載Let's Talk Screen Sharing Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Extension provides ability to share screen for Let's Talk application and should be used only with Telaverge Let's Talk product.                    

擴展基本資訊

名稱 Let's Talk Screen Sharing Chrome Extension Let's Talk Screen Sharing Chrome Extension
ID lkhdkjakccdajilenebimbgionejknpn
官方網址 https://chromewebstore.google.com/detail/lets-talk-screen-sharing/lkhdkjakccdajilenebimbgionejknpn
簡介 This Extension provides ability to share screen for Let's Talk application.
檔案大小 337 KB
安裝次數 61
目前版本 1.0.0.3
更新時間 2017-10-18
上架時間 2017-10-18
評分 5.00/5 共 2 次評分
開發者 https://hciketi.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "name": "Let's Talk Screen Sharing Chrome Extension",
    "permissions": [
        "desktopCapture"
    ],
    "short_name": "Let's Talk ScreenShare",
    "version": "1.0.0.3",
    "background": {
        "persistent": true,
        "scripts": [
            "script.js"
        ]
    },
    "description": "This Extension provides ability to share screen for Let's Talk application.",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hciketi.com\/*",
            "https:\/\/*.proximie.com\/*",
            "https:\/\/*.ciketi.com\/*"
        ]
    },
    "icons": {
        "128": "conf-logo-128x128.png",
        "48": "conf-logo-48x48.png",
        "16": "conf-logo-16x16.png"
    },
    "browser_action": {
        "default_icon": "conf-logo-16x16.png"
    }
}