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

Get Percentage of completion in udemy courses क्या है?

Get Percentage of completion in udemy courses Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Get Percentage of completion in udemy courses एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Get Percentage of completion in udemy courses Get Percentage of completion in udemy courses
ID bpcggcdnikdancncldmcbdioebcfkbaj
आधिकारिक URL https://chromewebstore.google.com/detail/get-percentage-of-complet/bpcggcdnikdancncldmcbdioebcfkbaj
विवरण This extension helps to know completed percentage of each courses in udemy home page `https://www.udemy.com/organization/home/`
फ़ाइल का आकार 15.41 KB
स्थापना संख्या 114
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2018-12-15
प्रकाशन तिथि 2018-12-15
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}