e-Comments

Save time and provide better Google docs annotations with quality canned responses.

Τι είναι το e-Comments;

Το e-Comments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://penningtonpublishing.com, και η κύρια λειτουργία του είναι "Save time and provide better Google docs annotations with quality canned responses.".

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

screenshot
screenshot

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

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

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

                        The e-Comments Chrome Extension allows you to insert hundreds of Common Core-aligned writing feedback comments with just one click into your Google docs, slides, or any webpage that accepts text. Yes, that also includes Google Sheets and Microsoft Word! 

Our floating e-Comments menu widget includes four switchable writing feedback comment sets for grades 3-6, 6-9, 9-12, and college/workplace. In addition to our customizable comments, write your own or record audio/video/screencast comments, as well as link to external resources and websites. The e-Comments menu is completely customizable: move, hide, add, delete, or change the order of comments. Create and save your own comment sets for different classes, assignments, or projects to your Google account for easy usage across multiple devices and platforms–whether you are at home, school, or work! Works in Google Classroom and Google Assignments--virtually any learning management system.

Read our Quick Start User Guide or watch our comprehensive video tutorial to get grading or editing in just minutes!

Get started with a free trial by downloading the app and authorizing your Google account. Simply upgrade at any time during the ten-day free trial to continue using the extension. The cost? Only $29.99 for a lifetime license. Group licenses are also available at special value pricing. Your account is automatically activated upon purchase--no need for an activation code. 

Happy e-commenting! Save time and provide better writing feedback.                    

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

Όνομα e-Comments e-Comments
ID dccccbckfnndplihkaeiekggmeicbhgj
Επίσημο URL https://chromewebstore.google.com/detail/e-comments/dccccbckfnndplihkaeiekggmeicbhgj
Περιγραφή Save time and provide better Google docs annotations with quality canned responses.
Μέγεθος Αρχείου 730 KB
Αριθμός Εγκαταστάσεων 5,172
Τρέχουσα Έκδοση 1.22.1
Τελευταία Ενημέρωση 2021-11-23
Ημερομηνία Δημοσίευσης 2020-06-18
Αξιολόγηση 4.62/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://penningtonpublishing.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://penningtonpublishing.com/
URL της Σελίδας Πολιτικής Απορρήτου https://penningtonpublishing.com/pages/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "e-Comments",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzg4urNRjXjJr+GEeaYf54p5gWmt8sbPeUvlavzfxT5hBHWfMf0MRNpPO2fcCif58iaTdFIlz\/Y0xy0uosiAjePtg1kvgWAaMtDr1os59qDr8yCpaNexo7oKC7zZ3ZKbWiwys4Kqv59Se\/wF2BPFC2SES3v17L++4PGX3LuXwNFqcCaTUb9qn20nmh13x0vFtmyIdJooLJ50bDzf3GCB\/0hHPzNttSTOVDSL9B81ufyMKadYHyRzbY3YLpD1sO1Mtzn7cJK1DIeQZ03KCehmQ7pUchSZv\/riRB3hmnQmYS7InKEimNjBZRqAWRUlaFkfInwVITQxOMGV5pRHoBAAdxwIDAQAB",
    "oauth2": {
        "client_id": "245469453883-1k6ip5fonkoct9g5miesguga5utqs3pi.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    },
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "activeTab"
    ],
    "version": "1.22.1",
    "description": "Save time and provide better Google docs annotations with quality canned responses.",
    "background": {
        "scripts": [
            "libs\/sentry.js",
            "comments\/elementary.js",
            "comments\/middle.js",
            "comments\/high.js",
            "comments\/college.js",
            "backgroundHelpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "Quick Start User Guide.pdf",
        "img\/garbage-24px.png",
        "img\/speech-text.svg",
        "img\/cross.svg",
        "img\/screen.svg",
        "img\/screen-white.svg",
        "img\/microphone.svg",
        "img\/mic-white.svg",
        "img\/video.svg",
        "img\/video-white.svg",
        "libs\/blaze.css",
        "styles.css",
        "libs\/introjs.min.css",
        "img\/eC-16x16.png"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/docs.google.com\/document\/d\/*",
                "https:\/\/docs.google.com\/presentation\/d\/*"
            ],
            "js": [
                "libs\/sentry.js",
                "libs\/sentry-vue.js",
                "libs\/vue.min.js",
                "libs\/vuex.min.js",
                "libs\/intro.min.js",
                "annoyingMessages.js",
                "libs\/Sortable.min.js",
                "libs\/vuedraggable.umd.min.js",
                "comments\/elementary.js",
                "comments\/middle.js",
                "comments\/high.js",
                "comments\/college.js",
                "helpers.js",
                "eComments.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "toolbar.html",
        "default_icon": "img\/eC-16x16.png",
        "default_title": "e-Comments"
    },
    "icons": {
        "16": "img\/eC-16x16.png",
        "32": "img\/eC-32x32.png",
        "48": "img\/eC-48x48.png",
        "128": "img\/eC-128x128.png"
    },
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/apis.google.com\/; object-src 'self'",
    "manifest_version": 2
}