Blend Quiz Response Saver
A Chrome Extension for retaking AISD Blend Quizzes
Blend Quiz Response Saver란 무엇입니까?
Blend Quiz Response Saver은(는) https://blendquizhelper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension for retaking AISD Blend Quizzes"입니다.
확장 프로그램 스크린샷
Blend Quiz Response Saver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } } |