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.

Τι είναι το The Kotter Group;

Το The Kotter Group είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://video.kotter.net, και η κύρια λειτουργία του είναι "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης The Kotter Group

Λήψη αρχείων επέκτασης The Kotter Group σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Screen sharing extension for The Kotter Group.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The Kotter Group The Kotter Group
ID igmflncjakkmggplkillkbocndgecehd
Επίσημο URL https://chromewebstore.google.com/detail/the-kotter-group/igmflncjakkmggplkillkbocndgecehd
Περιγραφή This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.
Μέγεθος Αρχείου 28.93 KB
Αριθμός Εγκαταστάσεων 59
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2017-02-02
Ημερομηνία Δημοσίευσης 2017-02-02
Προγραμματιστής https://video.kotter.net
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
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"
    ]
}