EnGrip: Track & showcase your online learning

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

EnGrip: Track & showcase your online learningとは何ですか?

EnGrip: Track & showcase your online learningはhttps://engrip.comによって開発されたChromeの拡張機能で、その主な機能は「Document your online learning for your professional growth. It's free!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

EnGrip: Track & showcase your online learning拡張機能のCRXファイルをダウンロード

EnGrip: Track & showcase your online learning拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 EnGrip: Track & showcase your online learning EnGrip: Track & showcase your online learning
ID mmglbdoopeimbdhemfkhkinddmkkdlch
公式URL https://chromewebstore.google.com/detail/engrip-track-showcase-you/mmglbdoopeimbdhemfkhkinddmkkdlch
説明 Document your online learning for your professional growth. It's free!
ファイルサイズ 374 KB
インストール数 372
現在のバージョン 0.12.16
最終更新日 2019-05-01
公開日 2019-05-01
評価 4.88/5 合計 16 レビュー
開発者 https://engrip.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.engrip.com
ヘルプページのURL http://www.engrip.com/pub/help_desk
対応言語 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'"
}