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.

Cos'è The Kotter Group?

The Kotter Group è un'estensione di Chrome sviluppata da https://staging.myscreen.kotter.net, e la sua funzione principale è "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione The Kotter Group

Scarica i file di estensione The Kotter Group in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome The Kotter Group The Kotter Group
ID keojfojghjmflkeaodjfefbdmkilgcil
URL Ufficiale https://chromewebstore.google.com/detail/the-kotter-group/keojfojghjmflkeaodjfefbdmkilgcil
Descrizione This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
Dimensione del File 28.87 KB
Conteggio Installazioni 222
Versione Corrente 2.0
Ultimo Aggiornamento 2017-02-13
Data di Pubblicazione 2017-02-13
Sviluppatore https://staging.myscreen.kotter.net
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}