TapChief Screen Sharing

This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.

Co je TapChief Screen Sharing?

TapChief Screen Sharing je rozšíření Chrome vyvinuté https://www.tapchief.com, a jeho hlavní funkcí je „This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.“.

Snímky obrazovky rozšíření

screenshot

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

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

                                            

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

Název TapChief Screen Sharing TapChief Screen Sharing
ID gldakbghopefnhcagpbhdocnopmmnbfp
Oficiální URL https://chromewebstore.google.com/detail/tapchief-screen-sharing/gldakbghopefnhcagpbhdocnopmmnbfp
Popis This Chrome extension is developed primary for https://tapchief.com/. It doesn't do anything except capture content of your screen.
Velikost souboru 20.55 KB
Počet instalací 2,116
Aktuální Verze 3.2
Poslední Aktualizace 2019-02-08
Datum Vydání 2019-02-08
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář https://www.tapchief.com
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TapChief Screen Sharing",
    "author": "TapChief",
    "version": "3.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/tapchief.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/tapchief.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.tapchief.com\/*",
            "https:\/\/tapchief.com\/*",
            "https:\/\/stagingmentor.upgrad.com\/*",
            "https:\/\/stagingmentor1.upgrad.com\/*",
            "https:\/\/staging-frontend.tapchief.com\/*",
            "https:\/\/mentor.upgrad.com\/*",
            "https:\/\/192.168.1.104\/*",
            "https:\/\/127.0.0.1\/*",
            "https:\/\/0.0.0.0\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}