Dropin

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

Dropinとは何ですか?

DropinはDropInによって開発されたChromeの拡張機能で、その主な機能は「DropIn is a software that utilizes AI technology to assist with homework.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Dropin拡張機能のCRXファイルをダウンロード

Dropin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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]                    

拡張機能の基本情報

名前 Dropin Dropin
ID plghfeffhhcjgalddnfjceicijemcoaa
公式URL https://chromewebstore.google.com/detail/dropin/plghfeffhhcjgalddnfjceicijemcoaa
説明 DropIn is a software that utilizes AI technology to assist with homework.
ファイルサイズ 7.22 MB
インストール数 5,596
現在のバージョン 2.0
最終更新日 2024-02-27
公開日 2023-03-04
評価 4.29/5 合計 34 レビュー
開発者 DropIn
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://dropinai.com/
ヘルプページのURL https://dropinai.com/contact
プライバシーポリシーページのURL https://dropinai.com/privacy
対応言語 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": [
                ""
            ]
        }
    ]
}