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.
Was ist Level Up for Leaders?
Level Up for Leaders ist eine Chrome-Erweiterung, die von 6Q entwickelt wurde, und ihr Hauptmerkmal ist "View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager.".
Erweiterungsscreenshots
Level Up for Leaders-Erweiterungs-CRX-Datei herunterladen
Laden Sie Level Up for Leaders-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Level Up for Leaders |
ID | lecnmlkphcbfkeipbhjpkafndfpnkham |
Offizielle URL | https://chromewebstore.google.com/detail/level-up-for-leaders/lecnmlkphcbfkeipbhjpkafndfpnkham |
Beschreibung | View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager. |
Dateigröße | 117 KB |
Installationsanzahl | 32 |
Aktuelle Version | 1.4 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
Entwickler | 6Q |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://levelup.guide |
Unterstützte Sprachen | 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" ] } |