Peacock

Form Teams!

What is Peacock?

Peacock is a Chrome extension developed by Sergey Ivanov, and its main feature is "Form Teams!".

Extension Screenshots

screenshot

Download Peacock Extension CRX File

Download Peacock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Peacock Peacock
ID nigakpafpjfoohcadhbcpeefdgdelkjm
Official URL https://chromewebstore.google.com/detail/peacock/nigakpafpjfoohcadhbcpeefdgdelkjm
Description Form Teams!
File Size 312 KB
Installation Count 32
Current Version 0.4.5
Last Updated 2019-03-31
Publish Date 2019-03-30
Developer Sergey Ivanov
Payment Type free
Supported Languages 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": []
}