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.

Was ist Spiral Clip: Turns videos into live quizzes?

Spiral Clip: Turns videos into live quizzes ist eine Chrome-Erweiterung, die von https://spiral.ac entwickelt wurde, und ihr Hauptmerkmal ist "Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.".

Erweiterungsscreenshots

screenshot

Spiral Clip: Turns videos into live quizzes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Spiral Clip: Turns videos into live quizzes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Spiral Clip: Turns videos into live quizzes Spiral Clip: Turns videos into live quizzes
ID gfibmgbpcionfgicoganojajjbglffpe
Offizielle URL https://chromewebstore.google.com/detail/spiral-clip-turns-videos/gfibmgbpcionfgicoganojajjbglffpe
Beschreibung Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.
Dateigröße 50 KB
Installationsanzahl 1,816
Aktuelle Version 1.20
Letztes Update 2018-09-25
Veröffentlichungsdatum 2018-09-25
Bewertung 4.60/5 Insgesamt 10 Bewertungen
Entwickler https://spiral.ac
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://spiral.ac
Hilfeseite URL https://spiral.ac/support/faq
URL der Datenschutzrichtlinien-Seite https://spiral.ac/support/privacy
Unterstützte Sprachen 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"
    ]
}