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 |
Eメール | [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" ] } |