Dropin

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

O que é Dropin?

Dropin é uma extensão do Chrome desenvolvida por DropIn, e sua principal característica é "DropIn is a software that utilizes AI technology to assist with homework.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Dropin

Baixe arquivos de extensão Dropin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome Dropin Dropin
ID plghfeffhhcjgalddnfjceicijemcoaa
URL Oficial https://chromewebstore.google.com/detail/dropin/plghfeffhhcjgalddnfjceicijemcoaa
Descrição DropIn is a software that utilizes AI technology to assist with homework.
Tamanho do Arquivo 7.22 MB
Contagem de Instalações 5,596
Versão Atual 2.0
Última Atualização 2024-02-27
Data de Publicação 2023-03-04
Classificação 4.29/5 Total de 34 Avaliações
Desenvolvedor DropIn
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://dropinai.com/
URL da Página de Ajuda https://dropinai.com/contact
URL da Página de Política de Privacidade https://dropinai.com/privacy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}