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
官方網址 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
電子郵箱 [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'"
}