AnswersAi

School on Easy Mode

AnswersAi란 무엇입니까?

AnswersAi은(는) https://answersai.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "School on Easy Mode"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ANSWERSAI is the ultimate tool for all you school needs.

Download now and meet your new virtual tutor!
 
Need Help?
Visit our website to learn more and contact us with any questions you may have.                    

확장 프로그램 기본 정보

이름 AnswersAi AnswersAi
ID gogdaelhkjfknmbphaopmmlehbafoifb
공식 URL https://chromewebstore.google.com/detail/answersai/gogdaelhkjfknmbphaopmmlehbafoifb
설명 School on Easy Mode
파일 크기 1.21 MB
설치 횟수 10,000
현재 버전 2.9.1
최근 업데이트 2024-01-31
출시 날짜 2023-04-10
평점 2.73/5 총 44 개의 평점
개발자 https://answersai.ai
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://answersai.ai
도움말 페이지 URL https://answersai.ai
개인정보 보호 정책 페이지 URL https://answersai.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.1",
    "manifest_version": 3,
    "name": "AnswersAi",
    "description": "School on Easy Mode",
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tinymce.min.js",
                "script.js",
                "dist\/bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "action": {
        "default_title": "AnswersAi",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}