Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
What is Sendtell Screen Capture Beta?
Sendtell Screen Capture Beta is a Chrome extension developed by https://app.sendtell.com, and its main feature is "This extension allows you to share your screen in a Sendtell group call.".
Extension Screenshots
Download Sendtell Screen Capture Beta Extension CRX File
Download Sendtell Screen Capture Beta extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
Extension Basic Information
Name | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
Official URL | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
Description | This extension allows you to share your screen in a Sendtell group call. |
File Size | 20.59 KB |
Installation Count | 35 |
Current Version | 2.7.3 |
Last Updated | 2016-06-28 |
Publish Date | 2016-06-28 |
Developer | https://app.sendtell.com |
[email protected] | |
Payment Type | free |
Extension Website | http://sendtell.com |
Supported Languages | 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" ] } |