Expertise.tv Screen Sharing Extension

This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.

Expertise.tv Screen Sharing Extension là gì?

Expertise.tv Screen Sharing Extension là một tiện ích mở rộng Chrome được phát triển bởi http://expertise.tv, và tính năng chính của nó là "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.".

Ả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 Expertise.tv Screen Sharing Extension

Tải xuống các tệp mở rộng Expertise.tv Screen Sharing Extension 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 Chrome extension allows you to share your screen when using Expertise.tv video conferencing.                    

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

Tên Expertise.tv Screen Sharing Extension Expertise.tv Screen Sharing Extension
ID jegcodgdfkeelkodcogioadhihmlhpgj
URL Chính Thức https://chrome.google.com/webstore/detail/expertisetv-screen-sharin/jegcodgdfkeelkodcogioadhihmlhpgj
Mô tả This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.
Kích Thước Tệp 22.45 KB
Số Lần Cài Đặt 805
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-02-20
Ngày Phát Hành 2015-02-20
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://expertise.tv
Loại Thanh Toán free
Trang Web Mở Rộng https://expertise.tv
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expertise.tv Screen Sharing Extension",
    "author": "Alex Speller",
    "version": "1.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension allows you to share your screen when using Expertise.tv video conferencing.",
    "homepage_url": "https:\/\/expertise.tv\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*.expertise.tv\/*",
                "https:\/\/localhost-expertise.ssl\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}