AllMyCourses
Organize, view & track All Your Courses from each of your learning platforms, in one central place.
AllMyCourses란 무엇입니까?
AllMyCourses은(는) https://allmycourses.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Organize, view & track All Your Courses from each of your learning platforms, in one central place."입니다.
확장 프로그램 스크린샷
AllMyCourses 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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": [ "*:\/\/*\/*" ] } ] } |