Ant Media Server Screen Share extension

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

Cos'è Ant Media Server Screen Share extension?

Ant Media Server Screen Share extension è un'estensione di Chrome sviluppata da https://antmedia.io, e la sua funzione principale è "This extension allows you to share your screen with Ant Media Server".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ant Media Server Screen Share extension

Scarica i file di estensione Ant Media Server Screen Share extension 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

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

https://antmedia.io                    

Informazioni di Base sull'Estensione

Nome Ant Media Server Screen Share extension Ant Media Server Screen Share extension
ID jaefaokkgpkkjijgddghhcncipkebpnb
URL Ufficiale https://chromewebstore.google.com/detail/ant-media-server-screen-s/jaefaokkgpkkjijgddghhcncipkebpnb
Descrizione This extension allows you to share your screen with Ant Media Server
Dimensione del File 11.03 KB
Conteggio Installazioni 927
Versione Corrente 2.1
Ultimo Aggiornamento 2018-10-15
Data di Pubblicazione 2018-10-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://antmedia.io
Tipo di Pagamento free
Sito Web dell'Estensione https://antmedia.io
URL della Pagina di Aiuto https://antmedia.io
Lingue Supportate 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"
    ]
}