Bistri Screen Sharing

This extension allows you to share your screen

Apa itu Bistri Screen Sharing?

Bistri Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://bistri.com, dan fitur utamanya adalah "This extension allows you to share your screen".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Bistri Screen Sharing

Unduh file ekstensi Bistri Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
URL Resmi https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Deskripsi This extension allows you to share your screen
Ukuran File 7.05 KB
Jumlah Instalasi 353
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-12-04
Tanggal Publikasi 2014-12-04
Penilaian 4.45/5 Total 11 Penilaian
Pengembang https://bistri.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://bistri.com
URL Halaman Bantuan http://support.bistri.com
Bahasa yang Didukung 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"
    ]
}