Tesse - Share Screen

This extension help you share your screen

Tesse - Share Screen là gì?

Tesse - Share Screen là một tiện ích mở rộng Chrome được phát triển bởi https://tesse.io, và tính năng chính của nó là "This extension help you share your screen".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tesse - Share Screen

Tải xuống các tệp mở rộng Tesse - Share Screen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tesse - Share Screen Tesse - Share Screen
ID cgplojjghbkfimkgggajefldkpmaklll
URL Chính Thức https://chromewebstore.google.com/detail/tesse-share-screen/cgplojjghbkfimkgggajefldkpmaklll
Mô tả This extension help you share your screen
Kích Thước Tệp 8.71 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-10-11
Ngày Phát Hành 2018-10-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://tesse.io
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://tesse.io/tessbot
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}