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://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
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
                        Screen sharing extension for The Kotter Group.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | amcddllidmelnklpkpnbdelbnedecfem | 
| URL Ufficiale | https://chromewebstore.google.com/detail/the-kotter-group/amcddllidmelnklpkpnbdelbnedecfem | 
| 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.93 KB | 
| Conteggio Installazioni | 185 | 
| Versione Corrente | 2.0.1 | 
| Ultimo Aggiornamento | 2017-02-02 | 
| Data di Pubblicazione | 2017-02-02 | 
| Sviluppatore | https://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.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"
    ]
}  |  |