Dropin

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

Qu'est-ce que Dropin ?

Dropin est une extension Chrome développée par DropIn, et sa fonction principale est "DropIn is a software that utilizes AI technology to assist with homework.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dropin

Téléchargez les fichiers d'extension Dropin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Dropin Dropin
ID plghfeffhhcjgalddnfjceicijemcoaa
URL Officiel https://chromewebstore.google.com/detail/dropin/plghfeffhhcjgalddnfjceicijemcoaa
Description DropIn is a software that utilizes AI technology to assist with homework.
Taille du Fichier 7.22 MB
Nombre d'Installations 5,596
Version Actuelle 2.0
Dernière Mise à Jour 2024-02-27
Date de Publication 2023-03-04
Évaluation 4.29/5 Total 34 Évaluations
Développeur DropIn
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://dropinai.com/
URL de la Page d'Aide https://dropinai.com/contact
URL de la Page de Politique de Confidentialité https://dropinai.com/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}