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.

O que é The Kotter Group?

The Kotter Group é uma extensão do Chrome desenvolvida por https://staging.myscreen.kotter.net, e sua principal característica é "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The Kotter Group

Baixe arquivos de extensão The Kotter Group no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome The Kotter Group The Kotter Group
ID keojfojghjmflkeaodjfefbdmkilgcil
URL Oficial https://chromewebstore.google.com/detail/the-kotter-group/keojfojghjmflkeaodjfefbdmkilgcil
Descrição This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
Tamanho do Arquivo 28.87 KB
Contagem de Instalações 222
Versão Atual 2.0
Última Atualização 2017-02-13
Data de Publicação 2017-02-13
Desenvolvedor https://staging.myscreen.kotter.net
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}