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.

What is The Kotter Group?

The Kotter Group is a Chrome extension developed by https://myscreen.kotter.net, and its main feature is "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".

Extension Screenshots

screenshot

Download The Kotter Group Extension CRX File

Download The Kotter Group extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Screen sharing extension for The Kotter Group.                    

Extension Basic Information

Name The Kotter Group The Kotter Group
ID amcddllidmelnklpkpnbdelbnedecfem
Official URL https://chromewebstore.google.com/detail/the-kotter-group/amcddllidmelnklpkpnbdelbnedecfem
Description This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
File Size 28.93 KB
Installation Count 185
Current Version 2.0.1
Last Updated 2017-02-02
Publish Date 2017-02-02
Developer https://myscreen.kotter.net
Payment Type free
Supported Languages 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"
    ]
}