Peacock
Form Teams!
Peacock क्या है?
Peacock Sergey Ivanov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Form Teams!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Peacock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Peacock |
ID | nigakpafpjfoohcadhbcpeefdgdelkjm |
आधिकारिक URL | https://chromewebstore.google.com/detail/peacock/nigakpafpjfoohcadhbcpeefdgdelkjm |
विवरण | Form Teams! |
फ़ाइल का आकार | 312 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 0.4.5 |
अंतिम अपडेट | 2019-03-31 |
प्रकाशन तिथि | 2019-03-30 |
डेवलपर | Sergey Ivanov |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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": [] } |