Ant Media Server Screen Share extension

This extension allows you to share your screen with Ant Media Server

Co to jest Ant Media Server Screen Share extension?

Ant Media Server Screen Share extension to rozszerzenie Chrome opracowane przez https://antmedia.io, a jego główną funkcją jest „This extension allows you to share your screen with Ant Media Server”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ant Media Server Screen Share extension

Pobierz pliki rozszerzeń Ant Media Server Screen Share extension 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

                        Check out source code at https://github.com/ant-media/Chrome-Screen-Capture-Extension

https://antmedia.io                    

Podstawowe informacje o rozszerzeniu

Nazwa Ant Media Server Screen Share extension Ant Media Server Screen Share extension
ID jaefaokkgpkkjijgddghhcncipkebpnb
Oficjalny URL https://chromewebstore.google.com/detail/ant-media-server-screen-s/jaefaokkgpkkjijgddghhcncipkebpnb
Opis This extension allows you to share your screen with Ant Media Server
Rozmiar pliku 11.03 KB
Liczba instalacji 927
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2018-10-15
Data Publikacji 2018-10-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://antmedia.io
Typ Płatności free
Strona Rozszerzenia https://antmedia.io
Adres URL Strony Pomocy https://antmedia.io
Obsługiwane Języki en
manifest.json
{
    "author": "Ant-Media",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension allows you to share your screen with Ant Media Server",
    "homepage_url": "https:\/\/www.antmedia.io",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Ant Media Server Screen Share extension",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "web_accessible_resources": [
        "icon.png"
    ]
}