TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

Cos'è TwentyThree Screen Sharing?

TwentyThree Screen Sharing è un'estensione di Chrome sviluppata da http://twentythree.net, e la sua funzione principale è "Allow live streaming, screen sharing and video recording with TwentyThree.".

Scarica il file CRX dell'estensione TwentyThree Screen Sharing

Scarica i file di estensione TwentyThree Screen Sharing 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

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

Informazioni di Base sull'Estensione

Nome TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
URL Ufficiale https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
Descrizione Allow live streaming, screen sharing and video recording with TwentyThree.
Dimensione del File 11.68 KB
Conteggio Installazioni 76
Versione Corrente 1.2
Ultimo Aggiornamento 2017-12-19
Data di Pubblicazione 2017-12-19
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore http://twentythree.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.twentythree.net
URL della Pagina di Aiuto https://www.twentythree.net/help
URL della Pagina della Politica sulla Privacy https://www.twentythree.net/terms
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}