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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View a new leadership tip with every new tab you open. Level up your leadership skills and become a better manager."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Level Up for Leaders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}