Solvify

AI powered Chrome extension that automatically scans and solves your assignment problems.

Τι είναι το Solvify;

Το Solvify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://solvify.app, και η κύρια λειτουργία του είναι "AI powered Chrome extension that automatically scans and solves your assignment problems.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Solvify

Λήψη αρχείων επέκτασης Solvify σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Solvify: Homework Solutions at Your Fingertips! 📚✨

Tackling piles of homework? Dive into a hassle-free experience with Solvify - your on-demand academic buddy right in your Chrome browser. With just one click, Solvify transforms any daunting homework or assignment question into a comprehensible solution. Here's what makes Solvify stand out:

🚀 Powered by OpenAI: All you need is an OpenAI API key, and we'll unlock a world of knowledge for you.

💡 Diverse Question Handling: From multiple choice to fill in the blanks and other text-based queries, Solvify is designed to provide you with precise answers.

🎉 Absolutely FREE: Embrace the future of learning without burning a hole in your pocket.

💌 Exceptional Support: Encountered a glitch? Have suggestions or queries? Don't hesitate to reach out to us at [email protected]. Your feedback helps us grow!

Join thousands of students who are elevating their academic journey. Add Solvify to your Chrome and let the learning magic begin! 🌐🎓                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Solvify Solvify
ID ppmfjkcdigijfbkldbckdpoflajbkoik
Επίσημο URL https://chromewebstore.google.com/detail/solvify/ppmfjkcdigijfbkldbckdpoflajbkoik
Περιγραφή AI powered Chrome extension that automatically scans and solves your assignment problems.
Μέγεθος Αρχείου 10.97 MB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-09-15
Ημερομηνία Δημοσίευσης 2023-09-10
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://solvify.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Solvify",
    "description": "AI powered Chrome extension that automatically scans and solves your assignment problems.",
    "version": "1.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' http:\/\/localhost:* http:\/\/127.0.0.1:*; object-src 'self'"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}