Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
Was ist Sendtell Screen Capture Beta?
Sendtell Screen Capture Beta ist eine Chrome-Erweiterung, die von https://app.sendtell.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to share your screen in a Sendtell group call.".
Erweiterungsscreenshots
Sendtell Screen Capture Beta-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sendtell Screen Capture Beta-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
Grundlegende Informationen zur Erweiterung
Name | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
Offizielle URL | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
Beschreibung | This extension allows you to share your screen in a Sendtell group call. |
Dateigröße | 20.59 KB |
Installationsanzahl | 35 |
Aktuelle Version | 2.7.3 |
Letztes Update | 2016-06-28 |
Veröffentlichungsdatum | 2016-06-28 |
Entwickler | https://app.sendtell.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://sendtell.com |
Unterstützte Sprachen | 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" ] } |