Near Real Screen Sharing

New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.

Cos'è Near Real Screen Sharing?

Near Real Screen Sharing è un'estensione di Chrome sviluppata da https://videoneukkari.com, e la sua funzione principale è "New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.".

Scarica il file CRX dell'estensione Near Real Screen Sharing

Scarica i file di estensione Near Real 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

                        Screen sharing extension for Near Real Ltd products.                    

Informazioni di Base sull'Estensione

Nome Near Real Screen Sharing Near Real Screen Sharing
ID hbacjpbpkgojnncjmehkdaolbjjemhdi
URL Ufficiale https://chromewebstore.google.com/detail/near-real-screen-sharing/hbacjpbpkgojnncjmehkdaolbjjemhdi
Descrizione New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.
Dimensione del File 26.93 KB
Conteggio Installazioni 27
Versione Corrente 2.0
Ultimo Aggiornamento 2017-08-12
Data di Pubblicazione 2017-08-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://videoneukkari.com
Tipo di Pagamento free
Sito Web dell'Estensione http://near-real.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Near Real Screen Sharing",
    "author": "Near Real Ltd",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.",
    "homepage_url": "https:\/\/near-real.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videoneukkari.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}