Quiz Sniper

Quiz Sniper

ما هو Quiz Sniper؟

Quiz Sniper هو إضافة Chrome تم تطويرها بواسطة quizsniperllc، والميزة الرئيسية لها هي "Quiz Sniper".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Quiz Sniper

قم بتنزيل ملفات الامتداد Quiz Sniper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://quizsniper.com
عنوان صفحة سياسة الخصوصية 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';"
    }
}