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.

Apa itu The Kotter Group?

The Kotter Group adalah ekstensi Chrome yang dikembangkan oleh https://myscreen.kotter.net, dan fitur utamanya adalah "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Kotter Group

Unduh file ekstensi The Kotter Group dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Screen sharing extension for The Kotter Group.                    

Informasi Dasar Ekstensi

Nama The Kotter Group The Kotter Group
ID amcddllidmelnklpkpnbdelbnedecfem
URL Resmi https://chromewebstore.google.com/detail/the-kotter-group/amcddllidmelnklpkpnbdelbnedecfem
Deskripsi This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
Ukuran File 28.93 KB
Jumlah Instalasi 185
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2017-02-02
Tanggal Publikasi 2017-02-02
Pengembang https://myscreen.kotter.net
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}