Bistri Screen Sharing

This extension allows you to share your screen

Bistri Screen Sharing là gì?

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

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

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

Tải xuống các tệp mở rộng Bistri Screen Sharing 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 allows you to share your entire screen, or a part of your screen, over a Bistri conference.

Bistri provides everyone with their own link, like an online phone number, so whenever anyone wants to call you they just click the link and you're connected.

Bistri runs in the browser. It requires no installation of additional software nor plugin.
Google+ & Facebook Single Sign-On.                    

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

Tên Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
URL Chính Thức https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Mô tả This extension allows you to share your screen
Kích Thước Tệp 7.05 KB
Số Lần Cài Đặt 353
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-12-04
Ngày Phát Hành 2014-12-04
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://bistri.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://bistri.com
URL Trang Trợ Giúp http://support.bistri.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bistri Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "logo_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "bridge.js"
            ],
            "matches": [
                "*:\/\/*.bistri.com\/*",
                "*:\/\/*.bistri.me\/*",
                "*:\/\/fiddle.jshell.net\/*",
                "*:\/\/run.jsbin.io\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}