Quiz Sniper

Quiz Sniper

Quiz Sniper란 무엇입니까?

Quiz Sniper은(는) quizsniperllc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quiz Sniper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        AI Homework Helper | Quiz Sniper
Utilizing advanced AI to streamline learning by providing swift answers and condensed summaries for complex material, reducing search, reading, and study time on Chrome.

One Click Question Solving
With just a click, get detailed solutions to your assignment questions, helping you understand complex concepts and enhance your problem-solving skills.
Quizsniper is integrated with specialized support for Canvas and many more.

Universal Compatibility
Simply select the adjacent button to your query, and Quizsniper swiftly delivers a precise and succinct response.

Our AI assistant stands ready to assist you with guidance on your learning path
Additionally, explore our convenient RIGHT CLICK feature across any website.                    

확장 프로그램 기본 정보

이름 Quiz Sniper Quiz Sniper
ID gcaapfaaihjlkjojahoammfpnjgopahg
공식 URL https://chromewebstore.google.com/detail/quiz-sniper/gcaapfaaihjlkjojahoammfpnjgopahg
설명 Quiz Sniper
파일 크기 451 KB
설치 횟수 40
현재 버전 1.0
최근 업데이트 2023-10-23
출시 날짜 2023-10-21
개발자 quizsniperllc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://quizsniper.com
도움말 페이지 URL https://quizsniper.com
개인정보 보호 정책 페이지 URL https://quizsniper.com/user/terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quiz Sniper",
    "version": "1.0",
    "description": "Quiz Sniper",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "http:\/\/localhost\/",
        "https:\/\/*\/",
        "*:\/\/*.google.com\/"
    ],
    "icons": {
        "128": "assets\/images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/images\/logo.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem * 'unsafe-inline'; object-src 'self';"
    }
}