EnGrip: Track & showcase your online learning

Document your online learning for your professional growth. It's free!

Co je EnGrip: Track & showcase your online learning?

EnGrip: Track & showcase your online learning je rozšíření Chrome vyvinuté https://engrip.com, a jeho hlavní funkcí je „Document your online learning for your professional growth. It's free!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření EnGrip: Track & showcase your online learning

Stáhněte si soubory rozšíření EnGrip: Track & showcase your online learning ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Does your resume, course certification, or college degree reflects the skills you acquire everyday? Does your professional networking sites reflect the knowledge you gain everyday? Does your boss or client actually know the insane amount of time you spend learning to excel in what you do?
 
The answer is a BIG NO.

Your 2-page resume, course certifications, or social media profiles doesn’t entirely showcase your subject expertise in an elaborative manner.
 
They simply sum up your skills. Give credibility to your accomplishments. 

But they don’t serve as an identity of the vast knowledge you gain everyday. 

They don’t do justice to the skills you develop through various informal learning methods like self learning online through watching videos, reading blogs or articles. 

That’s because, so far, there has never been a credible way to acknowledge the self-learning that happens everyday. 

So all your self-learning efforts were going unnoticed and unrecognised. The good news is it doesn’t have to remain that way.

EnGrip is here to change the self-learning game! 

Our free self-learning tool, offered as a web extension, automatically identifies if you are learning based on your learning interests, records your online learning experiences, tracks the time spent on learning and turns your efforts in online learning into a shareable KNOWLEDGE PROFILE with total credibility and ease. 

This KNOWLEDGE PROFILE reflects the hours you spend everyday learning a particular subject.

You can share this on your resume, social networking sites, job portals to build your subject authority and attract better opportunities.
 
But that’s not all:
 
With EnGrip, you can do a lot more:
 
Organise your online learning
Clips Notes for easy references
Network with industry peers and like-minded learners
Get instant learning notifications
Stay motivated with Skill Badges & Rank Ups.
Get reminders to revisit stuff you self learnt from time to time
 
So stop letting your online learning go unnoticed. Smarten the way you learn online and document it for your professional growth.
 
Download OUR FREE EXTENSION NOW.

To know more about EnGrip, visit: https://www.engrip.com/

Like us on www.facebook.com/engripapp or follow us on www.twitter.com/engripapp                    

Základní Informace o Rozšíření

Název EnGrip: Track & showcase your online learning EnGrip: Track & showcase your online learning
ID mmglbdoopeimbdhemfkhkinddmkkdlch
Oficiální URL https://chromewebstore.google.com/detail/engrip-track-showcase-you/mmglbdoopeimbdhemfkhkinddmkkdlch
Popis Document your online learning for your professional growth. It's free!
Velikost souboru 374 KB
Počet instalací 372
Aktuální Verze 0.12.16
Poslední Aktualizace 2019-05-01
Datum Vydání 2019-05-01
Hodnocení 4.88/5 Celkem 16 Hodnocení
Vývojář https://engrip.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.engrip.com
URL Stránky Nápovědy http://www.engrip.com/pub/help_desk
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EnGrip: Track & showcase your online learning",
    "short_name": "EnGrip",
    "version": "0.12.16",
    "description": "Document your online learning for your professional growth. It's free!",
    "icons": {
        "19": "ui\/assets\/images\/icon19.png",
        "38": "ui\/assets\/images\/icon38.png",
        "128": "ui\/assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "background\/config.js",
            "common\/utils.js",
            "background\/logger.js",
            "background\/persistence.js",
            "background\/realtime.js",
            "background\/analytics.js",
            "background\/collections.js",
            "background\/reminders.js",
            "background\/update_monitor.js",
            "background\/server.js",
            "background\/sites.js",
            "background\/tracker.js",
            "common\/third_party\/socket_io_1_4_5.js",
            "background\/app.js",
            "background\/relay.js",
            "background\/background.js"
        ]
    },
    "permissions": [
        "alarms",
        "idle",
        "tabs",
        "activeTab",
        "",
        "notifications"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": "ui\/assets\/images\/icon.png",
        "default_title": "Engrip Extension",
        "default_popup": "ui\/popup\/popup-anonymous.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.engrip.com\/*"
            ],
            "js": [
                "ui\/interface.js",
                "ui\/tab\/checklogin.js",
                "ui\/tab\/notifyversion.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "common\/third_party\/jquery-3.1.1.min.js",
                "common\/third_party\/jquery-ui.min.js",
                "common\/utils.js",
                "ui\/interface.js",
                "ui\/menu_collections.js",
                "ui\/menu_notes.js",
                "ui\/menu_share.js",
                "ui\/menu_reminder.js",
                "ui\/menu.js",
                "ui\/tab\/content.js",
                "ui\/tab\/web_notes.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "ui\/assets\/css\/*",
        "ui\/assets\/fonts\/*",
        "ui\/assets\/html\/*",
        "ui\/assets\/images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com; object-src 'self'"
}