Near Real Screen Sharing

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

Co je Near Real Screen Sharing?

Near Real Screen Sharing je rozšíření Chrome vyvinuté https://videoneukkari.com, a jeho hlavní funkcí je „New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.“.

Stáhnout soubor CRX rozšíření Near Real Screen Sharing

Stáhněte si soubory rozšíření Near Real Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Screen sharing extension for Near Real Ltd products.                    

Základní Informace o Rozšíření

Název Near Real Screen Sharing Near Real Screen Sharing
ID hbacjpbpkgojnncjmehkdaolbjjemhdi
Oficiální URL https://chromewebstore.google.com/detail/near-real-screen-sharing/hbacjpbpkgojnncjmehkdaolbjjemhdi
Popis New screen sharing extension for Near Real Ltd products. You can share your screen immediately after installing this version.
Velikost souboru 26.93 KB
Počet instalací 27
Aktuální Verze 2.0
Poslední Aktualizace 2017-08-12
Datum Vydání 2017-08-12
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://videoneukkari.com
Typ Platby free
Webové stránky Rozšíření http://near-real.com/
Podporované Jazyky 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"
    ]
}