Transcript - AI Study Companion

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

Apa itu Transcript - AI Study Companion?

Transcript - AI Study Companion adalah ekstensi Chrome yang dikembangkan oleh https://transcript.study, dan fitur utamanya adalah "Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Transcript - AI Study Companion

Unduh file ekstensi Transcript - AI Study Companion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Transcript - AI Study Companion Transcript - AI Study Companion
ID klknhfgkblobpfimidmhkclikdalnoke
URL Resmi https://chromewebstore.google.com/detail/transcript-ai-study-compa/klknhfgkblobpfimidmhkclikdalnoke
Deskripsi Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.
Ukuran File 4.61 MB
Jumlah Instalasi 187,540
Versi Saat Ini 2.2.0
Terakhir Diperbarui 2024-02-12
Tanggal Publikasi 2022-09-15
Penilaian 3.06/5 Total 297 Penilaian
Pengembang https://transcript.study
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://transcript.study/
URL Halaman Bantuan https://transcript.study/support
URL Halaman Kebijakan Privasi https://transcript.study/privacy
Bahasa yang Didukung 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"
}