Prodeus

Forget massive tuition costs. Let Prodeus catalog the hours you spend learning on Youtube and all the work you do along the way.

Qu'est-ce que Prodeus ?

Prodeus est une extension Chrome développée par https://prodeus.co, et sa fonction principale est "Forget massive tuition costs. Let Prodeus catalog the hours you spend learning on Youtube and all the work you do along the way.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Prodeus

Téléchargez les fichiers d'extension Prodeus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        👋 Hi friends! 

Prodeus is a free chrome extension that cleverly tracks the time you spend watching educational videos on Youtube so that you can earn a digital degree no matter your financial situation.

We built Prodeus because we believe that everyone regardless of wealth, status or nationality deserves equal access to higher education, as it’s the single most important factor in upward social mobility. In these past few years we’ve seen a dramatic rise in remote learning as universities continually raise their prices or close their doors from COVID.

📃 How it works
1. Add the extension to your Chrome browser, pin it to the toolbar and create your Prodeus profile.
2. Connect classes from Youtube📺 to the Prodeus library by hovering over an active youtube video and clicking "Track my time". You will also include the category, skill and difficulty of the class.
3. Prodeus tracks your time spent watching classes and accrues your hours categorically, allowing you to earn degrees in Art & Design, Computer Science, Business, or Academics.
4. As you accrue more hours, you build up your expertise and level up your ProDegree.

In our 2.0 launch we added a series of learning tools to provide more structure, better retention and hastened mastery of new skills. We also let you use the extension outside Youtube...whether your on Wikipedia, Coursera, Codeacademy or Medium you can use the learning tools Prodeus provides.

🤔 Quizzes: You and the community can easily create short answer or multiple choice quizzes to help practice your knowledge. Prodeus will ask you to retake these quizzes regular intervals to ensure retention. 

📝 Notes: You can take notes while you learn inside the Prodeus widget, easily organizing your notes inside dedicated sections. 

🛣️ Pathways: These sections form the building blocks for your own custom learning pathways. Learning pathways allow you to collect and organize educational resources that you find helpful and important (videos, web links, conversations and quizzes).

🎓 What’s a ProDegree?
ProDegrees mirror traditional university degrees. For instance a Bachelors degree requires 3600 class hours, whereas the reflective ProDegree ‘Master’ requires 2000 class hours. 

In our first release of our platform we focusedd on time watched as the single indicator of effort. In our 2.0 release we've brought in quizzes as a second indicator of effort alongside credit for adding value to the community with class/quiz reviews.

📚 Learner-Led Education
Studies show that learner-led education can yield great outcomes for many students. Prodeus helps you measure your self-education process in a Montessori-style approach, letting you decide what and when to learn. 

You can choose each individual class you take or you can follow curated pathways from user-generated Courses, collections of classes that can take users on a complete journey through a particular topic, skill or an entire field. As users try and accrue large quantities of time they will be confronted with diverse and unique viewpoints and learn various ways to attack any one skill or task.

🚨 Quality Control
All of the classes on Prodeus require peer reviews which ends up determining the eligibility of that class to provide credit to students. If classes earn below a 3.5 star rating they will not be eligible to provide credit.

On Our Roadmap
🕹️ Integration with Other Platforms: Soon we will allow our users to track their time on Skillshare, Coursera, Udemy, Lynda.

📦 Project-Based Classes: Course creators will be able to add a project to their youtube class so that students can immediately apply the knowledge they’ve gained in a practical way.                    

Informations de Base sur l'Extension

Nom Prodeus Prodeus
ID aglakbhkijgpmoploegcpnbnedgiampn
URL Officiel https://chromewebstore.google.com/detail/prodeus/aglakbhkijgpmoploegcpnbnedgiampn
Description Forget massive tuition costs. Let Prodeus catalog the hours you spend learning on Youtube and all the work you do along the way.
Taille du Fichier 10.05 MB
Nombre d'Installations 4,156
Version Actuelle 2.1.0
Dernière Mise à Jour 2022-05-19
Date de Publication 2020-06-30
Évaluation 4.26/5 Total 31 Évaluations
Développeur https://prodeus.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.prodeus.co
URL de la Page d'Aide https://www.prodeus.co/help
URL de la Page de Politique de Confidentialité https://www.prodeus.co/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prodeus",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtN1azFbfx0AIlSShhlF3bZvAm+znga9IlnlEtWnWWpsVNcw3dKnNOgnRIxfri3XgzwylFx6zXyyZRN6tVESQq5dGaFw6d2liNAXaPTsERDjRFQ2Ef7jIArJw7nA2kvMFu6ouibb\/vLOe+vXdZMK\/8Utym9y7TDQ39mVh8d3sTJ8V0WTseFEKJZDoJvVyDTtTIwpew5QSNRl+di4tuKr1HOT0X8sBqzwUImHB5\/Zj1rQ2UZZrO8ee5h4Kk4bA5qFmV521S1Ziglb6Nxov7uhaFWjDzahh8MMwURo8whX7DhP31j8s28DQc64ucwn4BMe0XCBCR9vrfcx3NUgIeeSAcwIDAQAB",
    "short_name": "Prodeus",
    "description": "Forget massive tuition costs. Let Prodeus catalog the hours you spend learning on Youtube and all the work you do along the way.",
    "version": "2.1.0",
    "browser_action": {
        "default_title": "Prodeus",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/*.medium.com\/*",
                "*:\/\/*.wikipedia.org\/*",
                "https:\/\/blog.logrocket.com\/*"
            ],
            "js": [
                "tracker.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "widget.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.prodeus.co\/",
                "https:\/\/app.prodeus.co\/dash*",
                "https:\/\/app.prodeus.co\/login"
            ],
            "js": [
                "login.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/app.prodeus.co\/*"
            ],
            "js": [
                "logout.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "432205627649-t7209tb258r3o4gl9gl944utlsn60aph.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email",
            "openid"
        ]
    },
    "background": {
        "persistent": true,
        "scripts": [
            "hot-reload.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/prodeus-api.herokuapp.com 'sha256-G0jttwTicqwx6qiINDVnSnCLM5cYip527RZNBOPuXUc='; object-src 'self'; media-src *;",
    "permissions": [
        "https:\/\/www.youtube.com\/",
        "https:\/\/api-js.mixpanel.com\/*",
        "https:\/\/www.prodeus-api.herokuapp.com\/*",
        "https:\/\/prodeus-api-staging.herokuapp.com\/*",
        "https:\/\/www.prodeus.app\/*",
        "https:\/\/www.prodeus-web-staging.herokuapp.com\/*",
        "*:\/\/mandrillapp.com\/*",
        "activeTab",
        "tabs"
    ],
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ]
}