Sling Desktop Share

This extension allows the slingapp.net website to share your screen.

Sling Desktop Share là gì?

Sling Desktop Share là một tiện ích mở rộng Chrome được phát triển bởi http://slingapp.net, và tính năng chính của nó là "This extension allows the slingapp.net website to share your screen.".

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

Tải xuống các tệp mở rộng Sling Desktop Share 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 activates the Chrome desktop share screen picker and relays a chosen screen to any webpage that calls it.                    

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

Tên Sling Desktop Share Sling Desktop Share
ID pecpbndlndfegjibmbaplkjdkhdgmnei
URL Chính Thức https://chrome.google.com/webstore/detail/sling-desktop-share/pecpbndlndfegjibmbaplkjdkhdgmnei
Mô tả This extension allows the slingapp.net website to share your screen.
Kích Thước Tệp 4.78 KB
Số Lần Cài Đặt 242
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2017-06-06
Ngày Phát Hành 2017-06-06
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://slingapp.net
Loại Thanh Toán free
Trang Web Mở Rộng https://slingapp.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sling Desktop Share",
    "description": "This extension allows the slingapp.net website to share your screen.",
    "version": "1.1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "sling64.png"
    },
    "permissions": [
        "activeTab",
        "desktopCapture",
        "tabs"
    ],
    "externally_connectible": {
        "matches": [
            "*:\/\/slingapp.net\/*",
            "*:\/\/*.slingapp.net\/*"
        ]
    }
}