Springboard Screen Share

Screen sharing for Springboard’s weekly student/mentor calls.

Springboard Screen Share là gì?

Springboard Screen Share là một tiện ích mở rộng Chrome được phát triển bởi https://www.springboard.com, và tính năng chính của nó là "Screen sharing for Springboard’s weekly student/mentor calls.".

Ả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 Springboard Screen Share

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

                        Share your screen during your weekly calls! This extension makes it easy to share projects, documents and more.

Springboard’s extension is built with WebRTC, and requires a WebRTC-compliant browser such as Chrome or Firefox.                    

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

Tên Springboard Screen Share Springboard Screen Share
ID pcjcjlkgaifenbpoojjeemocglhjhdpo
URL Chính Thức https://chromewebstore.google.com/detail/springboard-screen-share/pcjcjlkgaifenbpoojjeemocglhjhdpo
Mô tả Screen sharing for Springboard’s weekly student/mentor calls.
Kích Thước Tệp 62.16 KB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-06-16
Ngày Phát Hành 2016-06-16
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.springboard.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.springboard.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Springboard Screen Share",
    "short_name": "Springboard Screen Share",
    "author": {
        "name": "Sliderule Labs Inc."
    },
    "version": "1.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen sharing for Springboard\u2019s weekly student\/mentor calls.",
    "homepage_url": "https:\/\/www.springboard.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.springboard.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}