Biomids Screen Share

Screen Sharing for Biomids Authenticator & Proctor (BAP)

Co je Biomids Screen Share?

Biomids Screen Share je rozšíření Chrome vyvinuté https://www.biomids.com, a jeho hlavní funkcí je „Screen Sharing for Biomids Authenticator & Proctor (BAP)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Biomids Screen Share

Stáhněte si soubory rozšíření Biomids Screen Share 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í

                        The Chrome extension for the Biomids Authenticator & Proctor (BAP) browser-based application.                    

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

Název Biomids Screen Share Biomids Screen Share
ID jeajkcogjepdpppofeocjpejdckbgdco
Oficiální URL https://chromewebstore.google.com/detail/biomids-screen-share/jeajkcogjepdpppofeocjpejdckbgdco
Popis Screen Sharing for Biomids Authenticator & Proctor (BAP)
Velikost souboru 4.81 KB
Počet instalací 52
Aktuální Verze 1.0.2
Poslední Aktualizace 2016-08-06
Datum Vydání 2016-08-05
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://www.biomids.com
Typ Platby free
URL Stránky Nápovědy https://biomids.freshdesk.com/support/solutions
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Biomids Screen Share",
    "description": "Screen Sharing for Biomids Authenticator & Proctor (BAP)",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "README.md"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}