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 là gì?
The Kotter Group là một tiện ích mở rộng Chrome được phát triển bởi https://myscreen.kotter.net, và tính năng chính của nó là "This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Kotter Group
Tải xuống các tệp mở rộng The Kotter Group dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Screen sharing extension for The Kotter Group.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Kotter Group |
ID | amcddllidmelnklpkpnbdelbnedecfem |
URL Chính Thức | https://chromewebstore.google.com/detail/the-kotter-group/amcddllidmelnklpkpnbdelbnedecfem |
Mô tả | This Chrome extension is developed primary for http://www.kotter.net/. It doesn't do anything except capture content of your screen. |
Kích Thước Tệp | 28.93 KB |
Số Lần Cài Đặt | 185 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2017-02-02 |
Ngày Phát Hành | 2017-02-02 |
Nhà Phát Triển | https://myscreen.kotter.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |