Blend Quiz Response Saver
A Chrome Extension for retaking AISD Blend Quizzes
O que é Blend Quiz Response Saver?
Blend Quiz Response Saver é uma extensão do Chrome desenvolvida por https://blendquizhelper.com, e sua principal característica é "A Chrome Extension for retaking AISD Blend Quizzes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blend Quiz Response Saver
Baixe arquivos de extensão Blend Quiz Response Saver no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Blend Quiz Response Saver |
ID | fmiidipjodlcecpjckdihdobhepddehn |
URL Oficial | https://chromewebstore.google.com/detail/blend-quiz-response-saver/fmiidipjodlcecpjckdihdobhepddehn |
Descrição | A Chrome Extension for retaking AISD Blend Quizzes |
Tamanho do Arquivo | 284 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.5 |
Última Atualização | 2021-01-07 |
Data de Publicação | 2020-03-07 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://blendquizhelper.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://blendquizhelper.com |
URL da Página de Ajuda | https://forms.gle/zEW4ivuopyQWv1bLA |
Idiomas Suportados | 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" } } } |