Dropin

DropIn is a software that utilizes AI technology to assist with homework.

¿Qué es Dropin?

Dropin es una extensión de Chrome desarrollada por DropIn, y su función principal es "DropIn is a software that utilizes AI technology to assist with homework.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Dropin

Descarga archivos de extensión Dropin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Welcome to your new study partner!

We get it—the midnight deadlines, the daunting assignments. DropIn, crafted by students who've experienced it all, is ready to ease those late-night study sessions when those struggles hit. Join thousands of students today and find out why we are the #1 study partner.

Completely Revamped: 

DropIn has undergone a complete transformation, with a brand-new user-friendly interface. Immerse yourself in the meticulously crafted, modern design, and explore exciting new features, all inspired by feedback from our vibrant user community.

Universal Compatibility: 

DropIn seamlessly integrates with numerous educational platforms, ensuring that no matter where you study online, DropIn is there to assist. This feature guarantees that you have the support you need, regardless of the website or platform you're using. 

Notebook Feature: 

With DropIn's Notebook, you can gather all your study materials in one place. This organization tool not only keeps your notes tidy but also allows DropIn's AI to access them for more personalized help, making your study sessions more efficient. 

AI-Powered Assistance: 

DropIn leverages advanced AI to provide accurate answers and explanations. This technology understands the context of your questions, utilizing your notes to tailor its guidance, ensuring that the help you receive is relevant and precise. 

Snapshot for Math Problems: 

Tackling complex math problems is a breeze with DropIn's Snapshot feature. Simply capture a snapshot of the problem, and DropIn will offer a step-by-step solution, making learning and understanding math concepts easier. 

Responsible Use: 

DropIn is designed to be your study ally, aiming to enhance your learning experience through ethical means. It's a tool for support, not shortcuts, encouraging you to use it within academic guidelines and not for cheating. Our tool's misuse is not within our responsibility, and we actively promote user compliance with all pertinent rules and guidelines. 

Need Help?

Reach us at [email protected]                    

Información Básica de la Extensión

Nombre Dropin Dropin
ID plghfeffhhcjgalddnfjceicijemcoaa
URL Oficial https://chromewebstore.google.com/detail/dropin/plghfeffhhcjgalddnfjceicijemcoaa
Descripción DropIn is a software that utilizes AI technology to assist with homework.
Tamaño del Archivo 7.22 MB
Cantidad de Instalaciones 5,596
Versión Actual 2.0
Última Actualización 2024-02-27
Fecha de Publicación 2023-03-04
Calificación 4.29/5 Total de 34 Calificaciones
Desarrollador DropIn
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://dropinai.com/
URL de la Página de Ayuda https://dropinai.com/contact
URL de la Página de Política de Privacidad https://dropinai.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dropin",
    "version": "2.0",
    "description": "DropIn is a software that utilizes AI technology to assist with homework.",
    "icons": {
        "36": "icons\/36x36.png",
        "48": "icons\/48x48.png",
        "72": "icons\/72x72.png",
        "96": "icons\/96x96.png",
        "144": "icons\/144x144.png",
        "196": "icons\/196x196.png",
        "512": "icons\/512x512.png"
    },
    "permissions": [
        "storage",
        "commands",
        "contextMenus",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "snapshot-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+7",
                "mac": "Command+Shift+7"
            },
            "description": "Snapshot Command "
        },
        "web-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+8",
                "mac": "Command+Shift+8"
            },
            "description": "Web Search Command"
        },
        "ai-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+9",
                "mac": "Command+Shift+9"
            },
            "description": "AI Command"
        },
        "show-command": {
            "suggested_key": {
                "default": "Ctrl+Shift+4",
                "mac": "Command+Shift+4"
            },
            "description": "Show\/Hide Command"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "vendor\/jquery.Jcrop.min.js",
                "vendor\/tingle.min.js",
                "main.js",
                "inject\/chat.js",
                "inject\/web.js",
                "inject\/mcgrawhill.js"
            ],
            "css": [
                "vendor\/jquery.Jcrop.min.css",
                "vendor\/tingle.min.css",
                "style.css"
            ]
        }
    ],
    "action": {
        "default_title": "Dropin",
        "default_icon": "icons\/48x48.png",
        "default_popup": "popup\/content.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.otf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "img\/*",
                "icons\/144x144.png",
                "vendor\/Jcrop.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}