EnGrip: Track & showcase your online learning

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

Wat is EnGrip: Track & showcase your online learning?

EnGrip: Track & showcase your online learning is een Chrome-extensie ontwikkeld door https://engrip.com, en de belangrijkste functie is "Document your online learning for your professional growth. It's free!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EnGrip: Track & showcase your online learning

Download EnGrip: Track & showcase your online learning-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam EnGrip: Track & showcase your online learning EnGrip: Track & showcase your online learning
ID mmglbdoopeimbdhemfkhkinddmkkdlch
Officiële URL https://chromewebstore.google.com/detail/engrip-track-showcase-you/mmglbdoopeimbdhemfkhkinddmkkdlch
Beschrijving Document your online learning for your professional growth. It's free!
Bestandsgrootte 374 KB
Aantal Installaties 372
Huidige Versie 0.12.16
Laatst Bijgewerkt 2019-05-01
Publicatiedatum 2019-05-01
Beoordeling 4.88/5 Totaal 16 Beoordelingen
Ontwikkelaar https://engrip.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.engrip.com
Help Pagina-URL http://www.engrip.com/pub/help_desk
Ondersteunde Talen 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'"
}