Sendtell Screen Capture Beta

This extension allows you to share your screen in a Sendtell group call.

Sendtell Screen Capture Beta là gì?

Sendtell Screen Capture Beta là một tiện ích mở rộng Chrome được phát triển bởi https://app.sendtell.com, và tính năng chính của nó là "This extension allows you to share your screen in a Sendtell group call.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sendtell Screen Capture Beta

Tải xuống các tệp mở rộng Sendtell Screen Capture Beta 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

                        Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.                    

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

Tên Sendtell Screen Capture Beta Sendtell Screen Capture Beta
ID cpdonkkcpjkiekfeocakffgniijgnoeg
URL Chính Thức https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg
Mô tả This extension allows you to share your screen in a Sendtell group call.
Kích Thước Tệp 20.59 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 2.7.3
Cập Nhật Lần Cuối 2016-06-28
Ngày Phát Hành 2016-06-28
Nhà Phát Triển https://app.sendtell.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://sendtell.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sendtell Screen Capture Beta",
    "version": "2.7.3",
    "description": "This extension allows you to share your screen in a Sendtell group call.",
    "icons": {
        "16": "sendtell-16.png",
        "32": "sendtell-32.png",
        "48": "sendtell-48.png",
        "128": "sendtell-128.png"
    },
    "author": "Sendtell",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/sendtell.com",
    "minimum_chrome_version": "34",
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "sendtell-16.png",
        "sendtell-32.png",
        "sendtell-48.png",
        "sendtell-128.png"
    ]
}