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://staging.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
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
                                             Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | keojfojghjmflkeaodjfefbdmkilgcil | 
| Oficjalny URL | https://chromewebstore.google.com/detail/the-kotter-group/keojfojghjmflkeaodjfefbdmkilgcil | 
| 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.87 KB | 
| Liczba instalacji | 222 | 
| Aktualna Wersja | 2.0 | 
| Ostatnia Aktualizacja | 2017-02-13 | 
| Data Publikacji | 2017-02-13 | 
| Deweloper | https://staging.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",
    "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"
    ]
}  |  |