Studybuddy+

Maximizing the benefits of technology to optimize your progress in online education.

Studybuddy+ क्या है?

Studybuddy+ https://studybuddy.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Maximizing the benefits of technology to optimize your progress in online education."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Studybuddy+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Studybuddy uses AI to scan your quiz, test, or homework to give you the correct answers.

You don't have to spend hours memorizing or guessing the answers anymore. Use either the integrated "Ask Studybuddy+" button or the screenshot tool to take a photo of your question. Get your answers and explanations without leaving the page!

Studybuddy is also fully undetectable and plagiarism free- so if you want to ace your schoolwork quickly and confidently - Studybuddy is the perfect tool!                    

एक्सटेंशन की मूल जानकारी

नाम Studybuddy+ Studybuddy+
ID ehaanimekcjndnhnkojcckjcgalkfgee
आधिकारिक URL https://chromewebstore.google.com/detail/studybuddy+/ehaanimekcjndnhnkojcckjcgalkfgee
विवरण Maximizing the benefits of technology to optimize your progress in online education.
फ़ाइल का आकार 164 KB
स्थापना संख्या 10,551
वर्तमान संस्करण 3.0
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2023-03-23
रेटिंग 4.12/5 कुल 43 रेटिंग्स
डेवलपर https://studybuddy.gg
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://studybuddy.gg
सहायता पृष्ठ URL https://studybuddy.gg
गोपनीयता नीति पृष्ठ URL https://studybuddy.gg/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Studybuddy+",
    "description": "Maximizing the benefits of technology to optimize your progress in online education.",
    "version": "3.0",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "styles\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.studybuddy.gg\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/stage.d1y0i8lb7zac9d.amplifyapp.com\/*"
        ]
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/app.studybuddy.gg\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/stage.d1y0i8lb7zac9d.amplifyapp.com\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh7JnQiVpFE\/NTXFm13583WoX58hNXjp6AU\/Jygk0N1E3aluTVS6VEHW05\/7thlJlEZ\/YcG+ka9sYUQaI3SoPXEkppZtQGPX48jyVTKTdd4vRCfoX59rg\/C39In\/t8MaJA1xsI9la4\/luh7Co8AlgLqcpIBkh381BBOoobMBhAaPInF88wwtFK+uKdINS4xqrJGDRVxwE7VAj1\/0UqFa2UlMGFJ7JnXVccifa+WnjcDT8eqL3pNpv6ELLvpChTUp40a7d5N06uDG0YNKIHFPh2PTbaNuylHkf61AOIZWhLVsPCWDg526Z44ff36Rgk2WnSyxSrtnYyqmPUTHingVl0QIDAQAB"
}