Tesse - Share Screen

This extension help you share your screen

什麼是Tesse - Share Screen?

Tesse - Share Screen是由https://tesse.io開發的Chrome擴展程式,該擴展的主要功能是“This extension help you share your screen”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Tesse - Share Screen擴展crx文件

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

擴展使用說明

                        This extension helps you to share your screen in a video call to show presentations, photos, and documents.

Tesse.io allows you to start a video call, without the need to download or install anything.

This extension allows you to share your screen with other participants in tesse.io call/chat session, to improve your online meeting efficiency.

You can select the window/apllication you want to share.

This extension was built based on open source: https://github.com/muaz-khan                    

擴展基本資訊

名稱 Tesse - Share Screen Tesse - Share Screen
ID cgplojjghbkfimkgggajefldkpmaklll
官方網址 https://chromewebstore.google.com/detail/tesse-share-screen/cgplojjghbkfimkgggajefldkpmaklll
簡介 This extension help you share your screen
檔案大小 8.71 KB
安裝次數 33
目前版本 1.2
更新時間 2018-10-11
上架時間 2018-10-11
評分 5.00/5 共 4 次評分
開發者 https://tesse.io
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://tesse.io/tessbot
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tesse - Share Screen",
    "author": "Tesse, Inc.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension help you share your screen",
    "homepage_url": "https:\/\/tesse.io",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/tesse.io\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}