KnackQuiz

KnackQuiz

Τι είναι το KnackQuiz;

Το KnackQuiz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://knackquiz.com, και η κύρια λειτουργία του είναι "KnackQuiz".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης KnackQuiz

Λήψη αρχείων επέκτασης KnackQuiz σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        KnackQuiz lets you create your own online exam/quiz management system. You can let your users/students/employees attend the quizzes/exams. You could view results in multiple format like graphical, indiviudal result(s), top results and so on.

Features:

Easy test creation and config options
Numerous question types like multichoice, true/false, short, long answers,matching, etc.
Responsive design that can work on smartphone and tablets 
No software installation
Free browser plugin
Resume test from any device
Automatic and manual scoring
Bookmark options for users
Optional introduction section for every quiz
Paid group - charge your users for set of quizzes
Runs on your own subdomain for eg jhon.knackquiz.com 
Ranklist for result comparison
Test progress indicator
Configurable feedback options for question/test.
Graphical results and question based graphs
Individual results available anytime
Certification for users
Write blog to monetize your quiz groups
Share results in facebook
Invite users using email 
Import options for users and questions using CSV data 
Let your members register using Facebook
Configure home page including custom logo
Change UI style (not available in free, silver instances)
Backed by expert team
and so on.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα KnackQuiz KnackQuiz
ID bmpnabionkkcbhpcolbiiipgcmichlac
Επίσημο URL https://chromewebstore.google.com/detail/knackquiz/bmpnabionkkcbhpcolbiiipgcmichlac
Περιγραφή KnackQuiz
Μέγεθος Αρχείου 240 KB
Αριθμός Εγκαταστάσεων 426
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-01-13
Ημερομηνία Δημοσίευσης 2014-01-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://knackquiz.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "KnackQuiz",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*"
    ],
    "description": "KnackQuiz",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/knackforge.com\/",
    "version": "1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "KnackQuiz"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation"
    ]
}