Peacock

Form Teams!

Peacock là gì?

Peacock là một tiện ích mở rộng Chrome được phát triển bởi Sergey Ivanov, và tính năng chính của nó là "Form Teams!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Peacock

Tải xuống các tệp mở rộng Peacock 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

                        Peacock instantly groups people into teams based on the preferences and their skill sets. 

You can add your players, their preferences for the tasks (up to 3) and their skills, and click on the go button to calculate optimal teams. The teams are based in such a way so that all preferences of are counted and players in one team have different skills. 

If you omit preferences of all, then random selection is applied. If you omit skills, then selection is based only on preferences. 

Inspired by and devoted to Vita Stepanova.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Peacock Peacock
ID nigakpafpjfoohcadhbcpeefdgdelkjm
URL Chính Thức https://chromewebstore.google.com/detail/peacock/nigakpafpjfoohcadhbcpeefdgdelkjm
Mô tả Form Teams!
Kích Thước Tệp 312 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.4.5
Cập Nhật Lần Cuối 2019-03-31
Ngày Phát Hành 2019-03-30
Nhà Phát Triển Sergey Ivanov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peacock",
    "version": "0.4.5",
    "manifest_version": 2,
    "description": "Form Teams!",
    "icons": {
        "16": "icons\/peacock16.png",
        "24": "icons\/peacock24.png",
        "128": "icons\/peacock128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/peacock24.png",
        "default_title": "Create teams",
        "default_popup": "popup.html"
    },
    "permissions": []
}