Teamtalk Screen Sharing
This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Apa itu Teamtalk Screen Sharing?
Teamtalk Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh https://teamtalk.io, dan fitur utamanya adalah "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".
Unduh Berkas CRX Ekstensi Teamtalk Screen Sharing
Unduh file ekstensi Teamtalk 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
Screen Sharing Chrome Extension
Informasi Dasar Ekstensi
Nama | Teamtalk Screen Sharing |
ID | ckmdabgcfgbecnpnekkjfcicjlgpblnp |
URL Resmi | https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp |
Deskripsi | This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen. |
Ukuran File | 14.08 KB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 3.0 |
Terakhir Diperbarui | 2016-11-02 |
Tanggal Publikasi | 2016-11-02 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://teamtalk.io |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Teamtalk Screen Sharing", "author": "Teamtalk", "version": "3.0", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/teamtalk.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "browser_action": { "default_icon": "logo16.png", "default_popup": "screensharing-test.html" }, "externally_connectable": { "matches": [ "https:\/\/localhost\/teamtalk\/public\/*", "http:\/\/teamtalk.io\/*", "https:\/\/teamtalk.io\/*", "*:\/\/teamtalk.io\/*" ] }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |