TwentyThree Screen Sharing

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

Qu'est-ce que TwentyThree Screen Sharing ?

TwentyThree Screen Sharing est une extension Chrome développée par http://twentythree.net, et sa fonction principale est "Allow live streaming, screen sharing and video recording with TwentyThree.".

Télécharger le fichier CRX de l'extension TwentyThree Screen Sharing

Téléchargez les fichiers d'extension TwentyThree Screen Sharing 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

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

Informations de Base sur l'Extension

Nom TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
URL Officiel https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
Description Allow live streaming, screen sharing and video recording with TwentyThree.
Taille du Fichier 11.68 KB
Nombre d'Installations 76
Version Actuelle 1.2
Dernière Mise à Jour 2017-12-19
Date de Publication 2017-12-19
Évaluation 4.00/5 Total 1 Évaluations
Développeur http://twentythree.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.twentythree.net
URL de la Page d'Aide https://www.twentythree.net/help
URL de la Page de Politique de Confidentialité https://www.twentythree.net/terms
Langues Prises en Charge 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"
    ]
}