Blend Quiz Response Saver

A Chrome Extension for retaking AISD Blend Quizzes

Blend Quiz Response Saverคืออะไร?

Blend Quiz Response Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blendquizhelper.com และคุณลักษณะหลักของมันคือ "A Chrome Extension for retaking AISD Blend Quizzes"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blend Quiz Response Saver

ดาวน์โหลดไฟล์ส่วนขยาย Blend Quiz Response Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome Extension allows AISD Students to instantly fill out Blend quizzes with the responses from their previous attempt!

Blend Quiz Response Saver is an extension created by an AISD Student to help other students increase their productivity. NOTE: This extension is designed only for AISD students. 

To use this extension, simply navigate to an AISD blend quiz. Then, if you have attempted the quiz at least once, you can click the "Copy"  button on the extension to copy the displayed responses. Next, click the "Take Quiz Again" Button to retake the quiz. Now, go up to the extension on your Chrome toolbar and click the extension's icon. Finally, click the "Paste" button. This will fill out the quiz with all your copied responses! You won't have to go type them back in yourself. 

I hope you enjoy using Blend Quiz Response Saver.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Blend Quiz Response Saver Blend Quiz Response Saver
ID fmiidipjodlcecpjckdihdobhepddehn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blend-quiz-response-saver/fmiidipjodlcecpjckdihdobhepddehn
คำอธิบาย A Chrome Extension for retaking AISD Blend Quizzes
ขนาดไฟล์ 284 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2021-01-07
วันที่เผยแพร่ 2020-03-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://blendquizhelper.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blendquizhelper.com
URL หน้าช่วยเหลือ https://forms.gle/zEW4ivuopyQWv1bLA
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blend Quiz Response Saver",
    "short_name": "Blend Quiz Response Saver",
    "version": "1.5",
    "description": "A Chrome Extension for retaking AISD Blend Quizzes",
    "author": "Blend Quiz Response Saver",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo_16x16.png",
            "32": "images\/logo_32x32.png",
            "48": "images\/logo_48x48.png",
            "128": "images\/logo_128x128.png"
        },
        "icons": {
            "16": "images\/logo_16x16.png",
            "32": "images\/logo_32x32.png",
            "48": "images\/logo_48x48.png",
            "128": "images\/logo_128x128.png"
        }
    }
}