Scribo Pronto

Literatu Scribo extension for Chrome

Τι είναι το Scribo Pronto;

Το Scribo Pronto είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://about.literatu.com, και η κύρια λειτουργία του είναι "Literatu Scribo extension for Chrome".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Scribo Pronto is made for every English and humanities teacher who grades student work and gives feedback. These are the two most time consuming and important tasks teachers do. Pronto makes the job more efficient and effective.

Pronto gives teachers support for grading and feedback in a beautiful assistant panel that automatically launches in Google Docs. Teachers get an instant analysis of the student's text with suggested feedback from Scribo's clever AI capability. You can add your own feedback, change the AI feedback as well as grade against your own rubric or ours. 

In one click the analysis, marking and feedback are inserted into the student's document. Pronto even works right alongside Google Classroom!

Students have access to Pronto with instant feedback on how they are writing. Counting words is NOT what Pronto cares about. Pronto for students is designed to get students the instant feedback they need to fix their writing, as they write. Students having more ownership in their writing helps them to write better.                    

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

Όνομα Scribo Pronto Scribo Pronto
ID edckiomfoomhpfloijngdaicnnjjddpp
Επίσημο URL https://chromewebstore.google.com/detail/scribo-pronto/edckiomfoomhpfloijngdaicnnjjddpp
Περιγραφή Literatu Scribo extension for Chrome
Μέγεθος Αρχείου 302 KB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 1.2.18
Τελευταία Ενημέρωση 2020-11-05
Ημερομηνία Δημοσίευσης 2020-09-27
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://about.literatu.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://about.literatu.com/pronto/
Διεύθυνση URL της Σελίδας Βοήθειας https://about.literatu.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://www.literatu.com/terms
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scribo Pronto",
    "version": "1.2.18",
    "description": "Literatu Scribo extension for Chrome",
    "permissions": [
        "storage",
        "identity"
    ],
    "background": {
        "page": "background\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/LiteratuLogoSquare16.png",
            "32": "images\/LiteratuLogoSquare32.png",
            "48": "images\/LiteratuLogoSquare48.png",
            "64": "images\/LiteratuLogoSquare64.png",
            "96": "images\/LiteratuLogoSquare96.png",
            "128": "images\/LiteratuLogoSquare128.png",
            "192": "images\/LiteratuLogoSquare192.png",
            "512": "images\/LiteratuLogoSquare512.png",
            "526": "images\/LiteratuLogoSquare526.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/d\/*",
                "*:\/\/classroom.google.com\/g\/tg\/*",
                "*:\/\/classroom.google.com\/u\/*\/g\/tg\/*"
            ],
            "js": [
                "library\/angular.min.js",
                "library\/angular-filter.min.js",
                "library\/underscore-min.js",
                "library\/jquery-1.11.3.min.js",
                "library\/popper.min.js",
                "library\/bootstrap.min.js",
                "ui\/ui.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ui\/panel.html",
        "ui\/ui.css",
        "library\/literatu-tooltip.css",
        "library\/bootstrap.min.css",
        "library\/speech-input.css"
    ],
    "oauth2": {
        "client_id": "499377618710-eom6f7567oncl45btr8vhfagumarib1n.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/documents",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "icons": {
        "16": "images\/LiteratuLogoSquare16.png",
        "32": "images\/LiteratuLogoSquare32.png",
        "48": "images\/LiteratuLogoSquare48.png",
        "64": "images\/LiteratuLogoSquare64.png",
        "96": "images\/LiteratuLogoSquare96.png",
        "128": "images\/LiteratuLogoSquare128.png",
        "192": "images\/LiteratuLogoSquare192.png",
        "512": "images\/LiteratuLogoSquare512.png",
        "526": "images\/LiteratuLogoSquare526.png"
    },
    "manifest_version": 2
}