Get Percentage of completion in udemy courses

This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`

What is Get Percentage of completion in udemy courses?

Get Percentage of completion in udemy courses is a Chrome extension developed by Unknown, and its main feature is "This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`".

Extension Screenshots

screenshot

Download Get Percentage of completion in udemy courses Extension CRX File

Download Get Percentage of completion in udemy courses extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`                    

Extension Basic Information

Name Get Percentage of completion in udemy courses Get Percentage of completion in udemy courses
ID bpcggcdnikdancncldmcbdioebcfkbaj
Official URL https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj
Description This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
File Size 15.41 KB
Installation Count 114
Current Version 0.1.5
Last Updated 2018-12-15
Publish Date 2018-12-15
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Get Percentage of completion in udemy courses",
    "version": "0.1.5",
    "description": "This extension helps to know completed percentage of each courses in udemy home page `https:\/\/www.udemy.com\/organization\/home\/`",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.udemy.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}