Blackboard Learn Exam Printing

This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)

Τι είναι το Blackboard Learn Exam Printing;

Το Blackboard Learn Exam Printing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Imtiaz, και η κύρια λειτουργία του είναι "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Blackboard Learn Exam Printing

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

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

                        This Google Chrome extension will help the educators to take a print (or convert to PDF using "Save as PDF" option of Chrome) of student attempt. If you do not use this extension, you will get only one page as print as visible part of current tab.                    

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

Όνομα Blackboard Learn Exam Printing Blackboard Learn Exam Printing
ID aelhoojncpjocgdcgjfhfgmdklbidflh
Επίσημο URL https://chromewebstore.google.com/detail/blackboard-learn-exam-pri/aelhoojncpjocgdcgjfhfgmdklbidflh
Περιγραφή This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)
Μέγεθος Αρχείου 16.66 KB
Αριθμός Εγκαταστάσεων 1,272
Τρέχουσα Έκδοση 1.80
Τελευταία Ενημέρωση 2015-12-15
Ημερομηνία Δημοσίευσης 2015-12-14
Αξιολόγηση 5.00/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής Imtiaz
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blackboard Learn Exam Printing",
    "description": "This extension prints exams attempts from Blackboard Learn (developed by Imtiaz Ahmad)",
    "version": "1.80",
    "short_name": "BBL Exam Print",
    "icons": {
        "16": "images\/icon48.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon48.png",
            "38": "images\/icon128.png"
        },
        "default_title": "Click here to print BBLearn Exam"
    },
    "background": {
        "matches": [
            "https:\/\/mylearn.hct.ac.ae\/*"
        ],
        "scripts": [
            "scripts\/clickscript.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/webapps\/assessment\/do\/gradeTest?outcomeDefinitionId*"
            ],
            "js": [
                "scripts\/clickscript.js",
                "scripts\/bblprint.js"
            ],
            "run_at": "document_end"
        }
    ],
    "author": "Imtiaz Ahmad",
    "manifest_version": 2
}