Spiral Clip: Turns videos into live quizzes
Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.
Vad är Spiral Clip: Turns videos into live quizzes?
Spiral Clip: Turns videos into live quizzes är en Chrome-tillägg utvecklad av https://spiral.ac, och dess huvudfunktion är "Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.".
Tilläggsskärmbilder
Ladda ner Spiral Clip: Turns videos into live quizzes-förlängningens CRX-fil
Ladda ner Spiral Clip: Turns videos into live quizzes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Spiral Clip: Turns any public video into a live chat with questions and quizzes. This Chrome Extension allows teachers to import videos into Spiral directly from YouTube. Provides instant feedback on how the class is performing. The perfect EdTech app for teaching with video!
Grundläggande Information om Tillägg
Namn | Spiral Clip: Turns videos into live quizzes |
ID | gfibmgbpcionfgicoganojajjbglffpe |
Officiell webbadress | https://chromewebstore.google.com/detail/spiral-clip-turns-videos/gfibmgbpcionfgicoganojajjbglffpe |
Beskrivning | Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing. |
Filstorlek | 50 KB |
Antal Installationer | 1,816 |
Aktuell Version | 1.20 |
Senast Uppdaterad | 2018-09-25 |
Publiceringsdatum | 2018-09-25 |
Betyg | 4.60/5 Totalt 10 Betyg |
Utvecklare | https://spiral.ac |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://spiral.ac |
Hjälpsida URL | https://spiral.ac/support/faq |
URL till Sekretesspolicy Sidan | https://spiral.ac/support/privacy |
Stödda Språk | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "clip-chrome.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwisXtbngNqfq+sbdhXToQPuI2pkSTW07JvVRyhw158ahnP3cNZTnuidwJq0JXTLg6yyEB1qZ1Q2uD6iniZODUYN6H6UopQzLE88CXUCO2GIjM1kqTEARi7LVuasd95MUjQKr0xOtaPjG3H2oIDs\/GtkAQQJB3vtl4CO\/EXca0jkTF9WRGYDBubiPOVFUSLVIod2WgtbvVoFjvRAsI6yuVpWVZaLBY9Hnf4q1bV12uQjMSEtdNBiEGfsXKUl\/4bucFrzrMV6HTldae8mj5HClu00h5h8NnWuLykjhkCiQAcB+risnEn1p6SEp1hsDKmjsK5ld+gYlCHyTa3DuQC0vcwIDAQAB", "manifest_version": 2, "name": "Spiral Clip: Turns videos into live quizzes", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.20", "web_accessible_resources": [ "teach-with-spiral.png" ] } |