Prodeus

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

什么是Prodeus?

Prodeus是由https://prodeus.co开发的Chrome扩展程序,该扩展的主要功能是“Forget massive tuition costs. Let Prodeus catalog the hours you spend learning on Youtube and all the work you do along the way.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Prodeus扩展crx文件

下载Prodeus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        👋 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.                    

扩展基本信息

名称 Prodeus Prodeus
ID aglakbhkijgpmoploegcpnbnedgiampn
官方URL https://chromewebstore.google.com/detail/prodeus/aglakbhkijgpmoploegcpnbnedgiampn
简介 Forget massive tuition costs. Let Prodeus catalog the hours you spend learning on Youtube and all the work you do along the way.
文件大小 10.05 MB
安装次数 4,156
当前版本 2.1.0
更新时间 2022-05-19
上架时间 2020-06-30
评分 4.26/5 共31次评分
开发者 https://prodeus.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.prodeus.co
帮助页面URL https://www.prodeus.co/help
隐私政策页面URL https://www.prodeus.co/privacy-policy
支持的语言 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"
    ]
}