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.
Cos'è Level Up for Leaders?
Level Up for Leaders è un'estensione di Chrome sviluppata da 6Q, e la sua funzione principale è "View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Level Up for Leaders
Scarica i file di estensione Level Up for Leaders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Level Up for Leaders |
ID | lecnmlkphcbfkeipbhjpkafndfpnkham |
URL Ufficiale | https://chromewebstore.google.com/detail/level-up-for-leaders/lecnmlkphcbfkeipbhjpkafndfpnkham |
Descrizione | View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager. |
Dimensione del File | 117 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | 6Q |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://levelup.guide |
Lingue Supportate | 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" ] } |