Level Up for Leaders
View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager.
Level Up for Leaders란 무엇입니까?
Level Up for Leaders은(는) 6Q에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager."입니다.
확장 프로그램 스크린샷
Level Up for Leaders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Read a new short leadership tip with every new tab or window. ★ By enacting these simple yet powerful tips, you can become a better leader and encourage positive change in the team around you. ★ This free extension has been proven to help managers focus on changing and improving their leadership style and skills. ★ Every new Chrome tab you open will display a succinct leadership tip, that you can use to focus on for the rest of the day, the next hour, or simply reload to receive a new tip. Brought to you by the employee pulse survey team, 6Q. MORE LEADERSHIP ADVICE --- Follow us on social media for daily inspiration and leadership and management advice. Blog https://inside.6q.io Twitter https://www.twitter.com/team6q Facebook https://facebook.com/6qsurveys LinkedIn https://www.linkedin.com/company/6q GET IN TOUCH -------- We love feedback and suggestions! Email us via [email protected] CHANGES ------ 1.4 Added more leadership tips, minor code changes 1.3 Reduced code size, added more leadership tips. 1.2 Updated to allow animated colour background. 1.1 New typeface, tidied code, reduce file sizes.
확장 프로그램 기본 정보
이름 | Level Up for Leaders |
ID | lecnmlkphcbfkeipbhjpkafndfpnkham |
공식 URL | https://chromewebstore.google.com/detail/level-up-for-leaders/lecnmlkphcbfkeipbhjpkafndfpnkham |
설명 | View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager. |
파일 크기 | 117 KB |
설치 횟수 | 32 |
현재 버전 | 1.4 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | 6Q |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://levelup.guide |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Level Up for Leaders", "short_name": "Level Up", "version": "1.4", "manifest_version": 2, "description": "View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager.", "background": { "scripts": [ "jquery.min.js", "jquery-ui.min.js", "script.js" ], "persistent": true }, "icons": { "48": "icon.png" }, "browser_action": { "default_title": "Level Up" }, "chrome_url_overrides": { "newtab": "levelup.html" }, "web_accessible_resources": [ "icon.png" ] } |