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.

Qu'est-ce que Spiral Clip: Turns videos into live quizzes ?

Spiral Clip: Turns videos into live quizzes est une extension Chrome développée par https://spiral.ac, et sa fonction principale est "Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Spiral Clip: Turns videos into live quizzes

Téléchargez les fichiers d'extension Spiral Clip: Turns videos into live quizzes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Spiral Clip: Turns videos into live quizzes Spiral Clip: Turns videos into live quizzes
ID gfibmgbpcionfgicoganojajjbglffpe
URL Officiel https://chromewebstore.google.com/detail/spiral-clip-turns-videos/gfibmgbpcionfgicoganojajjbglffpe
Description Turn any public video into a live chat with questions and quizzes. Provide instant feedback and see how the class is performing.
Taille du Fichier 50 KB
Nombre d'Installations 1,816
Version Actuelle 1.20
Dernière Mise à Jour 2018-09-25
Date de Publication 2018-09-25
Évaluation 4.60/5 Total 10 Évaluations
Développeur https://spiral.ac
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://spiral.ac
URL de la Page d'Aide https://spiral.ac/support/faq
URL de la Page de Politique de Confidentialité https://spiral.ac/support/privacy
Langues Prises en Charge 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"
    ]
}