Slid: Smarter Video Note-taking with ChatGPT
Study App for video note-taking with ChatGPT
Slid: Smarter Video Note-taking with ChatGPT란 무엇입니까?
Slid: Smarter Video Note-taking with ChatGPT은(는) https://slid.cc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Study App for video note-taking with ChatGPT"입니다.
확장 프로그램 스크린샷
Slid: Smarter Video Note-taking with ChatGPT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Take video notes with ChatGPT! Slid is a video note-taking tool that makes it easy to capture screens while watching videos on YouTube or online courses. You can also write notes using ChatGPT. You can always ask ChatGPT for anything, request quizzes, or take notes with its assistance while watching videos on any website. ✨ Key Features of Slid ✨ 1. Integrated ChatGPT: With the integrated ChatGPT, you can ask AI Sliddy about anything you're curious about in the video, study notes, and summarized notes. You can also experience new learning opportunities, such as quizzes based on notes. 2. Slid Video-Note: You can take notes while watching videos, making it easy to capture important information as you go. 3. 1-click Capture: You can capture important scenes in just one click while watching the video, making it easy to record and reference. 4. Real-time Transcription: You can get the transcription of the lecture in real-time through the Smart Live-text feature and insert them into the notes. 5. Grab Text from Images: Don't worry if the image you captured has a lot of text. You can extract text from the image and insert it into your notes. 6. Automatic Note Saving: Your notes are automatically saved on the Slid website, allowing you to review them on various devices such as mobile phones and iPads. 7. Supports Various Formats: You can download saved notes in various formats such as PDF, Word, and Markdown. 👉 Slid website: https://slid.cc/ 👉 Live chat support: http://slid.channel.io/
확장 프로그램 기본 정보
이름 | Slid: Smarter Video Note-taking with ChatGPT |
ID | cgajiilhmpfemmdihjnodpibaffakjhj |
공식 URL | https://chromewebstore.google.com/detail/slid-smarter-video-note-t/cgajiilhmpfemmdihjnodpibaffakjhj |
설명 | Study App for video note-taking with ChatGPT |
파일 크기 | 3.92 MB |
설치 횟수 | 47,407 |
현재 버전 | 2.3.3 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2020-06-12 |
평점 | 4.62/5 총 152 개의 평점 |
개발자 | https://slid.cc |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://slid.cc/ |
도움말 페이지 URL | http://slid.channel.io/ |
개인정보 보호 정책 페이지 URL | https://slid.oopy.io/b94a5939-44f2-4b50-8d97-a497d1e91537 |
지원되는 언어 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.3.3", "short_name": "Slid", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "browser_action": { "default_title": "Slid", "default_popup": "popup.html" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "icons": { "16": "img\/slid_logo.png", "48": "img\/slid_logo.png", "128": "img\/slid_logo.png" }, "options_ui": { "page": "setting.html", "open_in_tab": false }, "externally_connectable": { "matches": [ "*:\/\/*.slid.cc\/*", "http:\/\/localhost:3000\/*", "http:\/\/localhost:3001\/*" ] }, "permissions": [ "activeTab", "cookies", "tabs", "tabCapture", "storage", "http:\/\/*\/*.m3u8", "https:\/\/*\/*.m3u8", "http:\/\/*\/*.mp4", "https:\/\/*\/*.mp4", "https:\/\/*.slid.cc\/", " |