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.
Vad är The Kotter Group?
The Kotter Group är en Chrome-tillägg utvecklad av https://staging.myscreen.kotter.net, och dess huvudfunktion är "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".
Tilläggsskärmbilder
Ladda ner The Kotter Group-förlängningens CRX-fil
Ladda ner The Kotter Group-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | The Kotter Group |
ID | keojfojghjmflkeaodjfefbdmkilgcil |
Officiell webbadress | https://chromewebstore.google.com/detail/the-kotter-group/keojfojghjmflkeaodjfefbdmkilgcil |
Beskrivning | This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen. |
Filstorlek | 28.87 KB |
Antal Installationer | 222 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2017-02-13 |
Publiceringsdatum | 2017-02-13 |
Utvecklare | https://staging.myscreen.kotter.net |
Betalningssätt | free |
Stödda Språk | 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" ] } |