TwentyThree Screen Sharing

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

Co to jest TwentyThree Screen Sharing?

TwentyThree Screen Sharing to rozszerzenie Chrome opracowane przez http://twentythree.net, a jego główną funkcją jest „Allow live streaming, screen sharing and video recording with TwentyThree.”.

Pobierz plik CRX rozszerzenia TwentyThree Screen Sharing

Pobierz pliki rozszerzeń TwentyThree Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
Oficjalny URL https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
Opis Allow live streaming, screen sharing and video recording with TwentyThree.
Rozmiar pliku 11.68 KB
Liczba instalacji 76
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-12-19
Data Publikacji 2017-12-19
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper http://twentythree.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.twentythree.net
Adres URL Strony Pomocy https://www.twentythree.net/help
Adres URL Strony Polityki Prywatności https://www.twentythree.net/terms
Obsługiwane Języki 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"
    ]
}