Peacock
Form Teams!
Peacock란 무엇입니까?
Peacock은(는) Sergey Ivanov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Form Teams!"입니다.
확장 프로그램 스크린샷
Peacock 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [] } |