Transcript - AI Study Companion

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

Cos'è Transcript - AI Study Companion?

Transcript - AI Study Companion è un'estensione di Chrome sviluppata da https://transcript.study, e la sua funzione principale è "Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Transcript - AI Study Companion

Scarica i file di estensione Transcript - AI Study Companion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Transcript - AI Study Companion Transcript - AI Study Companion
ID klknhfgkblobpfimidmhkclikdalnoke
URL Ufficiale https://chromewebstore.google.com/detail/transcript-ai-study-compa/klknhfgkblobpfimidmhkclikdalnoke
Descrizione Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.
Dimensione del File 4.61 MB
Conteggio Installazioni 187,540
Versione Corrente 2.2.0
Ultimo Aggiornamento 2024-02-12
Data di Pubblicazione 2022-09-15
Valutazione 3.06/5 Totale 297 Valutazioni
Sviluppatore https://transcript.study
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://transcript.study/
URL della Pagina di Aiuto https://transcript.study/support
URL della Pagina della Politica sulla Privacy https://transcript.study/privacy
Lingue Supportate 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"
}