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文件
下载Level Up for Leaders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |