Whiteboard AI
Stop Watching Lectures
Whiteboard AI란 무엇입니까?
Whiteboard AI은(는) https://whiteboard.college에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stop Watching Lectures"입니다.
확장 프로그램 스크린샷
Whiteboard AI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
📝 (NEW!) Note-taking & Flashcard Quizzing Support: Take notes on any lecture or PDF and get quiz questions personalized to your flashcard sets! 📥 MP4 & MP3 Media Support: Upload up to 8 hours of video or audio onto Whiteboard for instant flashcards, summaries, and Q&A with timestamps. 📚 PDF and Textbook Summaries: Comprehensive summaries and Q&A of up to 1000+ pages of study material. 🔑 Instant Smartcards: Easy-to-use flashcards for memorizing important key concepts. 🎥 Transform Lectures: Summarize videos into bite-sized chunks (YouTube, Zoom, Canvas, Panopto, and Yuja). 🧠 Real-time Q&A Smart Tutor: Get guided answers and feedback while watching videos. 💭 Test your Knowledge: Whiteboard will create and guide you through practice problems to test your understanding. 💡 Collaborative Note-Taking and Integrations: Coming soon! Collaborate with others and integrate with Notion, Notability, and Google Drive. Don't settle for passive learning. Embrace the power of interactive, personalized learning with Whiteboard AI and unlock your full learning potential! Join the Whiteboard Community! 👉 Discord: https://discord.gg/tAsSDkm64g TikTok: https://www.tiktok.com/@whiteboard.ai Twitter: https://twitter.com/whiteboardai Instagram: https://www.instagram.com/whiteboard.ai/ Threads (NEW!): https://www.threads.net/@whiteboard.ai
확장 프로그램 기본 정보
이름 | Whiteboard AI |
ID | bmpnlflolkhnjdgfpofehiekcjeenfha |
공식 URL | https://chromewebstore.google.com/detail/whiteboard-ai/bmpnlflolkhnjdgfpofehiekcjeenfha |
설명 | Stop Watching Lectures |
파일 크기 | 4.04 MB |
설치 횟수 | 8,213 |
현재 버전 | 6.4 |
최근 업데이트 | 2023-12-30 |
출시 날짜 | 2023-05-08 |
평점 | 4.67/5 총 9 개의 평점 |
개발자 | https://whiteboard.college |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.whiteboard.college |
도움말 페이지 URL | https://discord.gg/tAsSDkm64g |
개인정보 보호 정책 페이지 URL | https://www.mywhiteboard.ai/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Stop Watching Lectures", "version": "6.4", "manifest_version": 3, "name": "Whiteboard AI", "permissions": [ "storage", "cookies", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "*:\/\/*.whiteboard.college\/*" ], "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |