Proctorio-B-Gone
This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
Τι είναι το Proctorio-B-Gone;
Το Proctorio-B-Gone είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Proctorio-B-Gone
Λήψη αρχείων επέκτασης Proctorio-B-Gone σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
                        This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done taking their proctored exam in the Canvas LMS.                     Βασικές Πληροφορίες Επέκτασης
| Όνομα |   |  
| ID | gohnaeiejimgpgoaoehhocepoeafppeo | 
| Επίσημο URL | https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo | 
| Περιγραφή | This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done… | 
| Μέγεθος Αρχείου | 3.97 KB | 
| Αριθμός Εγκαταστάσεων | 1,186 | 
| Τρέχουσα Έκδοση | 0.1.0 | 
| Τελευταία Ενημέρωση | 2021-11-26 | 
| Ημερομηνία Δημοσίευσης | 2021-11-26 | 
| Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις | 
| Προγραμματιστής | Unknown | 
| Ηλεκτρονικό ταχυδρομείο | [email protected] | 
| Τύπος Πληρωμής | free | 
| Υποστηριζόμενες Γλώσσες | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proctorio-B-Gone",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}  |  |