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 هو إضافة Chrome تم تطويرها بواسطة https://engrip.com، والميزة الرئيسية لها هي "Document your online learning for your professional growth. It's free!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EnGrip: Track & showcase your online learning

قم بتنزيل ملفات الامتداد EnGrip: Track & showcase your online learning بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.engrip.com
عنوان صفحة المساعدة 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'"
}