Transcript - AI Study Companion

Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.

Wat is Transcript - AI Study Companion?

Transcript - AI Study Companion is een Chrome-extensie ontwikkeld door https://transcript.study, en de belangrijkste functie is "Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Transcript - AI Study Companion

Download Transcript - AI Study Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        We're students just like you, and we know how tough learning can be; that's why we designed Transcript to streamline your study experience. With just a single click, you can gain insight and deep understanding for any question, unlocking instant knowledge. Join over 100,000 students today and discover the #1 study companion.

Why choose Transcript?

🖥️Seamless User Interface
Dive into a sleek, user-friendly interface designed for efficiency. Inspired by community feedback, it ensures a focused and streamlined study experience.

🔍Instant Solutions
With the click of a button, gain instant access to accurate answers and in-depth explanations for any question. Transcript provides AI-driven insights and links to related resources across the web, simplifying your research process.

💡Knowledge Reinforcement
Build your understanding with detailed, step-by-step explanations. Ask follow-up questions to clarify and master concepts, paving the way for endless learning possibilities.

🌍Universal Compatibility
Our search engine enriches the educational experience on over 15 popular learning platforms and across any webpage. Highlight text to instantly search questions with the Text Selection feature. For complex math or visual problems, use our Snapshot tool to get quick, detailed solutions through a simple click and drag.

📝Notebook
Organize your notes and study materials all in one place. Benefit from the flexibility of taking and accessing notes seamlessly while browsing any webpage. Import existing content or export notes with ease. Enjoy uninterrupted access to your notes, with real-time syncing capability, ensuring your knowledge is always within reach.

🤖Artificial Intelligence
Transcript utilizes a powerful AI Engine and advanced search algorithms to offer precise and powerful assistance for your academic needs. Upload course notes, presentations, and textbooks to Notebook, enabling AI to provide tailored solutions referencing your materials. Use AI Voice Chat for hands-free exploration of topics, enhancing accessibility and supporting a personalized learning experience.

❗Disclaimer
Transcript is designed to support your studies, not to serve as a substitute for fulfilling educational requirements. Leveraging our service can make learning more accessible and interactive, catering to diverse educational needs. Users are strongly encouraged to adhere to their institution's policies when utilizing Transcript.

📞Need Help?
Visit our website to learn more and contact us with any questions you may have.

📖Terms of Use - https://transcript.study/tos
🔐Privacy Policy - https://transcript.study/privacy                    

Basisinformatie over de Extensie

Naam Transcript - AI Study Companion Transcript - AI Study Companion
ID klknhfgkblobpfimidmhkclikdalnoke
Officiële URL https://chromewebstore.google.com/detail/transcript-ai-study-compa/klknhfgkblobpfimidmhkclikdalnoke
Beschrijving Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.
Bestandsgrootte 4.61 MB
Aantal Installaties 187,540
Huidige Versie 2.2.0
Laatst Bijgewerkt 2024-02-12
Publicatiedatum 2022-09-15
Beoordeling 3.06/5 Totaal 297 Beoordelingen
Ontwikkelaar https://transcript.study
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://transcript.study/
Help Pagina-URL https://transcript.study/support
URL van de Privacybeleid Pagina https://transcript.study/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Transcript - AI Study Companion",
    "version": "2.2.0",
    "description": "Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.",
    "action": {
        "default_title": "Transcript Settings",
        "default_popup": "react\/index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.mheducation.com\/*",
                "https:\/\/*.cengage.com\/*",
                "https:\/\/*.macmillanlearning.com\/*",
                "https:\/\/*.pearson.com\/*",
                "https:\/\/*.mypearson.com\/*",
                "https:\/\/*.ecollege.com\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "modules\/cs\/selectable.js",
                "modules\/cs\/canvasmon.js"
            ],
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.google.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.figma.com\/",
                "https:\/\/*.mheducation.com\/*",
                "https:\/\/*.cengage.com\/*",
                "https:\/\/*.macmillanlearning.com\/*",
                "https:\/\/*.pearson.com\/*",
                "https:\/\/*.mypearson.com\/*",
                "https:\/\/*.ecollege.com\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "alarms",
        "contextMenus"
    ],
    "oauth2": {
        "client_id": "188249822145-if2jt7rnb614i1i746qlkde8ts30lsp2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "modules\/frame.js",
                "modules\/snapshot.js",
                "modules\/shortcuts.js",
                "modules\/tsio.js",
                "modules\/ocr.js",
                "modules\/note.js",
                "modules\/autoScroll.js",
                "react\/*",
                "images\/ai.webm.large"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/*.mheducation.com\/*",
                "https:\/\/*.cengage.com\/*",
                "https:\/\/*.macmillanlearning.com\/*",
                "https:\/\/*.pearson.com\/*",
                "https:\/\/*.mypearson.com\/*",
                "https:\/\/*.ecollege.com\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhoC+z+UIQRnVgpc7pcJ5fPTOA8DISJmGUkNbLvT0qQkQNcPTgUt+Gi8Hn6deasHbE9cWzG30Dn9WKN5BjPISkMjlTPCk\/AJYdjbDB40hdO5lSzNNH2926tyy0d3qwpvLDCGKH8xa3VPLEkyk9VdVG4cEThAtnrnjo1tiyTf8TXgb\/Gsoif54woG5CGI6jYRfLw3GXpwUDJ4sY97oDUgge9iJ9s3LrTKfGf6J8r4u66lqeHSt3DipdWXv29lCJsxZV+BllHu0VcEZfDj+wxKBirulRFvRHVVtxW1K3u+Aw7zRtOzOpMHaeKvcNgRpXRRNj8PBfHt6FlILcTXPBFwn\/wIDAQAB"
}