Sendtell Screen Capture Beta

This extension allows you to share your screen in a Sendtell group call.

Wat is Sendtell Screen Capture Beta?

Sendtell Screen Capture Beta is een Chrome-extensie ontwikkeld door https://app.sendtell.com, en de belangrijkste functie is "This extension allows you to share your screen in a Sendtell group call.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sendtell Screen Capture Beta

Download Sendtell Screen Capture Beta-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sendtell Screen Capture allows you to use your screen as a media source in a conference call with your team.                    

Basisinformatie over de Extensie

Naam Sendtell Screen Capture Beta Sendtell Screen Capture Beta
ID cpdonkkcpjkiekfeocakffgniijgnoeg
Officiële URL https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg
Beschrijving This extension allows you to share your screen in a Sendtell group call.
Bestandsgrootte 20.59 KB
Aantal Installaties 35
Huidige Versie 2.7.3
Laatst Bijgewerkt 2016-06-28
Publicatiedatum 2016-06-28
Ontwikkelaar https://app.sendtell.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://sendtell.com
Ondersteunde Talen 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"
    ]
}