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.

Что такое The Kotter Group?

The Kotter Group - это расширение Chrome, разработанное https://myscreen.kotter.net, и его основная функция - "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения The Kotter Group

Скачайте файлы расширений The Kotter Group в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Screen sharing extension for The Kotter Group.                    

Основная информация о расширении

Название The Kotter Group The Kotter Group
ID amcddllidmelnklpkpnbdelbnedecfem
Официальный URL https://chromewebstore.google.com/detail/the-kotter-group/amcddllidmelnklpkpnbdelbnedecfem
Описание This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
Размер файла 28.93 KB
Количество установок 185
Текущая Версия 2.0.1
Последнее Обновление 2017-02-02
Дата публикации 2017-02-02
Разработчик https://myscreen.kotter.net
Тип оплаты free
Поддерживаемые языки 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"
    ]
}