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/`

Co je Get Percentage of completion in udemy courses?

Get Percentage of completion in udemy courses je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Get Percentage of completion in udemy courses

Stáhněte si soubory rozšíření Get Percentage of completion in udemy courses ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Get Percentage of completion in udemy courses Get Percentage of completion in udemy courses
ID bpcggcdnikdancncldmcbdioebcfkbaj
Oficiální URL https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj
Popis This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
Velikost souboru 15.41 KB
Počet instalací 114
Aktuální Verze 0.1.5
Poslední Aktualizace 2018-12-15
Datum Vydání 2018-12-15
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    }
}