Dropin

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

Apa itu Dropin?

Dropin adalah ekstensi Chrome yang dikembangkan oleh DropIn, dan fitur utamanya adalah "DropIn is a software that utilizes AI technology to assist with homework.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Dropin

Unduh file ekstensi Dropin 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

                        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]                    

Informasi Dasar Ekstensi

Nama Dropin Dropin
ID plghfeffhhcjgalddnfjceicijemcoaa
URL Resmi https://chromewebstore.google.com/detail/dropin/plghfeffhhcjgalddnfjceicijemcoaa
Deskripsi DropIn is a software that utilizes AI technology to assist with homework.
Ukuran File 7.22 MB
Jumlah Instalasi 5,596
Versi Saat Ini 2.0
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2023-03-04
Penilaian 4.29/5 Total 34 Penilaian
Pengembang DropIn
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://dropinai.com/
URL Halaman Bantuan https://dropinai.com/contact
URL Halaman Kebijakan Privasi https://dropinai.com/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}