FeedbackPanda

For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.

Τι είναι το FeedbackPanda;

Το FeedbackPanda είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://feedbackpanda.com, και η κύρια λειτουργία του είναι "For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.".

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

screenshot
screenshot
screenshot

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

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

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

                        FeedbackPanda helps online teachers save time on feedback and improve quality of teaching. Adding FeedbackPanda to Chrome means that you will have a direct link from your online teaching portal to a database of notes and feedback templates, ready to be auto-generated and customized in the click of a button. Say goodbye to searching through documents and typing out repetitive notes. With FeedbackPanda, we take care of the organization and tedious work so that you are free to focus on your students and do the work that makes the difference.

FeedbackPanda supports:

VIPKID
iTutorGroup (TutorABC)
DaDaABC
ALO7
MagicEars
gogokid
Landi English
Hujiang

If you school is not listed and you want to use it with FeedbackPanda, please reach out to us at [email protected]                    

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

Όνομα FeedbackPanda FeedbackPanda
ID pcdagjmakcjpckajopbfiocjnhhlkgbk
Επίσημο URL https://chromewebstore.google.com/detail/feedbackpanda/pcdagjmakcjpckajopbfiocjnhhlkgbk
Περιγραφή For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.
Μέγεθος Αρχείου 80.98 KB
Αριθμός Εγκαταστάσεων 2,332
Τρέχουσα Έκδοση 1.21.36
Τελευταία Ενημέρωση 2021-08-19
Ημερομηνία Δημοσίευσης 2020-06-09
Αξιολόγηση 5.00/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://feedbackpanda.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.feedbackpanda.com
Διεύθυνση URL της Σελίδας Βοήθειας https://intercom.help/feedbackpanda
URL της Σελίδας Πολιτικής Απορρήτου https://www.feedbackpanda.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Arvid Kahl ",
    "name": "FeedbackPanda",
    "homepage_url": "https:\/\/www.feedbackpanda.com",
    "version": "1.21.36",
    "description": "For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.feedbackpanda.com\/*",
                "*:\/\/www.feedbackpanda.com\/*",
                "*:\/\/app.feedbackpanda.com\/*",
                "*:\/\/www.vipkidteachers.com\/*",
                "*:\/\/www.vipkid.com\/*",
                "*:\/\/t.vipkidteachers.com\/*",
                "*:\/\/t.vipkid.com.cn\/*",
                "*:\/\/teacher.vipkid.com.cn\/*",
                "*:\/\/t.mmears.com\/*",
                "*:\/\/www.aizhuanjiao.com\/t\/*",
                "*:\/\/teacher.landi.com\/*",
                "*:\/\/consultant.tutorabc.com\/*",
                "*:\/\/teach.tutorabc.com.cn\/*",
                "*:\/\/teacher.gogokid.com\/*",
                "*:\/\/www.dadaabc.com\/apps\/*",
                "*:\/\/teacher.hujiang.com\/*",
                "*:\/\/*.vipx.com\/*"
            ],
            "js": [
                "jquery-3.1.1.slim.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "FeedbackPanda Integration",
        "default_icon": {
            "16": "icon_16.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        }
    },
    "permissions": [
        "*:\/\/*.feedbackpanda.com\/*",
        "*:\/\/www.feedbackpanda.com\/*",
        "*:\/\/app.feedbackpanda.com\/*",
        "*:\/\/www.vipkidteachers.com\/*",
        "*:\/\/www.vipkid.com\/*",
        "*:\/\/t.vipkidteachers.com\/*",
        "*:\/\/t.vipkid.com.cn\/*",
        "*:\/\/teacher.vipkid.com.cn\/*",
        "*:\/\/t.mmears.com\/*",
        "*:\/\/www.aizhuanjiao.com\/t\/*",
        "*:\/\/teacher.landi.com\/*",
        "*:\/\/consultant.tutorabc.com\/*",
        "*:\/\/teach.tutorabc.com.cn\/*",
        "*:\/\/teacher.gogokid.com\/*",
        "*:\/\/www.dadaabc.com\/apps\/*",
        "*:\/\/teacher.hujiang.com\/*",
        "*:\/\/*.vipx.com\/*"
    ]
}