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://staging.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í

                                            

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

Název The Kotter Group The Kotter Group
ID keojfojghjmflkeaodjfefbdmkilgcil
Oficiální URL https://chromewebstore.google.com/detail/the-kotter-group/keojfojghjmflkeaodjfefbdmkilgcil
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.87 KB
Počet instalací 222
Aktuální Verze 2.0
Poslední Aktualizace 2017-02-13
Datum Vydání 2017-02-13
Vývojář https://staging.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",
    "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"
    ]
}