Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Apa itu Crowdcast Screensharing?
Crowdcast Screensharing adalah ekstensi Chrome yang dikembangkan oleh https://www.crowdcast.io, dan fitur utamanya adalah "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Crowdcast Screensharing
Unduh file ekstensi Crowdcast Screensharing 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 is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!
Informasi Dasar Ekstensi
Nama | Crowdcast Screensharing |
ID | kgmadhplahebfoiijgloflhakfjlkbpb |
URL Resmi | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb |
Deskripsi | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. |
Ukuran File | 16.53 KB |
Jumlah Instalasi | 3,046 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2018-05-02 |
Tanggal Publikasi | 2018-05-02 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://www.crowdcast.io |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crowdcast Screensharing", "author": "Crowdcast, Inc.", "version": "2.1.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "http:\/\/www.crowdcast.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.crowdcast.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |