Solvify

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

Solvify란 무엇입니까?

Solvify은(는) https://solvify.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI powered Chrome extension that automatically scans and solves your assignment problems."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Solvify 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}