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 to jest The Kotter Group?

The Kotter Group to rozszerzenie Chrome opracowane przez https://myscreen.kotter.net, a jego główną funkcją jest „This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia The Kotter Group

Pobierz pliki rozszerzeń The Kotter Group w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Screen sharing extension for The Kotter Group.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Kotter Group The Kotter Group
ID amcddllidmelnklpkpnbdelbnedecfem
Oficjalny URL https://chromewebstore.google.com/detail/the-kotter-group/amcddllidmelnklpkpnbdelbnedecfem
Opis This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
Rozmiar pliku 28.93 KB
Liczba instalacji 185
Aktualna Wersja 2.0.1
Ostatnia Aktualizacja 2017-02-02
Data Publikacji 2017-02-02
Deweloper https://myscreen.kotter.net
Typ Płatności free
Obsługiwane Języki 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"
    ]
}