AllMyCourses

Organize, view & track All Your Courses from each of your learning platforms, in one central place.

AllMyCourses क्या है?

AllMyCourses https://allmycourses.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Organize, view & track All Your Courses from each of your learning platforms, in one central place."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Use AllMyCourses extension to organize all your courses from each of your learning platforms into one dashboard in your AllMyCourses account.

AllMyCourses is a browser extension that lets you fetch all your courses’ details from each of your learning platforms directly to your AllMyCourses account.

No more courses all over the place!
Keep all your courses in one easy-to-find place. Only one button click in any of your learning platforms and all your courses’ details are being fetched and saved to your AllMyCourses account. The AMC Extension will keep updating your dashboard automatically so you can easily find and track all your courses. 

Supports dozens of online learning platforms & LMS
AMC supports many learning platforms and learning management systems. So, we’ve got you covered, just open your enrolled courses page in any of your platforms and click the button. The AMC extension will take it from here.

YouTube is supported as well
Though YouTube isn’t a standard learning platform it has hundreds (if not thousands) of free courses. Just open the course, click the button and you can now continue with the course in your AMC account. 

Keep your courses organized
Organize your courses by creating topics and group your courses as you’d like. Stay focused on learning by easily find, view, and track all your courses.                    

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

नाम AllMyCourses AllMyCourses
ID mnpilmebcanmjpaaogbaknpekfejfdai
आधिकारिक URL https://chromewebstore.google.com/detail/allmycourses/mnpilmebcanmjpaaogbaknpekfejfdai
विवरण Organize, view & track All Your Courses from each of your learning platforms, in one central place.
फ़ाइल का आकार 1 MB
स्थापना संख्या 95
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2022-09-21
प्रकाशन तिथि 2022-06-16
रेटिंग 5.00/5 कुल 11 रेटिंग्स
डेवलपर https://allmycourses.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.allmycourses.com
सहायता पृष्ठ URL https://www.allmycourses.com/support
गोपनीयता नीति पृष्ठ URL https://www.allmycourses.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AllMyCourses",
    "description": "Organize, view & track All Your Courses from each of your learning platforms, in one central place.",
    "version": "1.1.4",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": {
        "default_title": "AllMyCourses",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fg.js",
                "popup\/popup.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}