Sendtell Screen Capture Beta
This extension allows you to share your screen in a Sendtell group call.
Qu'est-ce que Sendtell Screen Capture Beta ?
Sendtell Screen Capture Beta est une extension Chrome développée par https://app.sendtell.com, et sa fonction principale est "This extension allows you to share your screen in a Sendtell group call.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Sendtell Screen Capture Beta
Téléchargez les fichiers d'extension Sendtell Screen Capture Beta au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.
Informations de Base sur l'Extension
Nom | Sendtell Screen Capture Beta |
ID | cpdonkkcpjkiekfeocakffgniijgnoeg |
URL Officiel | https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg |
Description | This extension allows you to share your screen in a Sendtell group call. |
Taille du Fichier | 20.59 KB |
Nombre d'Installations | 35 |
Version Actuelle | 2.7.3 |
Dernière Mise à Jour | 2016-06-28 |
Date de Publication | 2016-06-28 |
Développeur | https://app.sendtell.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://sendtell.com |
Langues Prises en Charge | 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" ] } |