Blend Quiz Response Saver

A Chrome Extension for retaking AISD Blend Quizzes

Blend Quiz Response Saver क्या है?

Blend Quiz Response Saver https://blendquizhelper.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension for retaking AISD Blend Quizzes"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blend Quiz Response Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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