Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
Apa itu Sendtell Screen Capture Beta?
Sendtell Screen Capture Beta adalah ekstensi Chrome yang dikembangkan oleh https://app.sendtell.com, dan fitur utamanya adalah "This extension allows you to share your screen in a Sendtell group call.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sendtell Screen Capture Beta
Unduh file ekstensi Sendtell Screen Capture Beta 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
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
Informasi Dasar Ekstensi
Nama | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
URL Resmi | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
Deskripsi | This extension allows you to share your screen in a Sendtell group call. |
Ukuran File | 20.59 KB |
Jumlah Instalasi | 35 |
Versi Saat Ini | 2.7.3 |
Terakhir Diperbarui | 2016-06-28 |
Tanggal Publikasi | 2016-06-28 |
Pengembang | https://app.sendtell.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://sendtell.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sendtell Screen Capture Beta", "version": "2.7.3", "description": "This extension allows you to share your screen in a Sendtell group call.", "icons": { "16": "sendtell-16.png", "32": "sendtell-32.png", "48": "sendtell-48.png", "128": "sendtell-128.png" }, "author": "Sendtell", "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/sendtell.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "sendtell-16.png", "sendtell-32.png", "sendtell-48.png", "sendtell-128.png" ] } |