The Kotter Group

This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.

Co je The Kotter Group?

The Kotter Group je rozšíření Chrome vyvinuté https://myscreen.kotter.net, a jeho hlavní funkcí je „This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Kotter Group

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

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

Název The Kotter Group The Kotter Group
ID amcddllidmelnklpkpnbdelbnedecfem
Oficiální URL https://chromewebstore.google.com/detail/the-kotter-group/amcddllidmelnklpkpnbdelbnedecfem
Popis This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
Velikost souboru 28.93 KB
Počet instalací 185
Aktuální Verze 2.0.1
Poslední Aktualizace 2017-02-02
Datum Vydání 2017-02-02
Vývojář https://myscreen.kotter.net
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Kotter Group",
    "author": "The Kotter Group",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for http:\/\/www.kotter.net\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.kotter.net\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kotter.net\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}