Sendtell Screen Capture Beta

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

Cos'è Sendtell Screen Capture Beta?

Sendtell Screen Capture Beta è un'estensione di Chrome sviluppata da https://app.sendtell.com, e la sua funzione principale è "This extension allows you to share your screen in a Sendtell group call.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sendtell Screen Capture Beta

Scarica i file di estensione Sendtell Screen Capture Beta in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Sendtell Screen Capture Beta Sendtell Screen Capture Beta
ID cpdonkkcpjkiekfeocakffgniijgnoeg
URL Ufficiale https://chromewebstore.google.com/detail/sendtell-screen-capture-b/cpdonkkcpjkiekfeocakffgniijgnoeg
Descrizione This extension allows you to share your screen in a Sendtell group call.
Dimensione del File 20.59 KB
Conteggio Installazioni 35
Versione Corrente 2.7.3
Ultimo Aggiornamento 2016-06-28
Data di Pubblicazione 2016-06-28
Sviluppatore https://app.sendtell.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://sendtell.com
Lingue Supportate 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"
    ]
}