FeedbackPanda

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

Hvad er FeedbackPanda?

FeedbackPanda er en Chrome-udvidelse udviklet af https://feedbackpanda.com, og dens hovedfunktion er "For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download FeedbackPanda-udvidelses-CRX-fil

Download FeedbackPanda-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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]                    

Grundlæggende oplysninger om udvidelsen

Navn FeedbackPanda FeedbackPanda
ID pcdagjmakcjpckajopbfiocjnhhlkgbk
Officiel URL https://chromewebstore.google.com/detail/feedbackpanda/pcdagjmakcjpckajopbfiocjnhhlkgbk
Beskrivelse For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.
Filstørrelse 80.98 KB
Antal Installationer 2,332
Nuværende Version 1.21.36
Senest Opdateret 2021-08-19
Udgivelsesdato 2020-06-09
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler https://feedbackpanda.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.feedbackpanda.com
Hjælpeside-URL https://intercom.help/feedbackpanda
URL til Fortrolighedspolitik Side https://www.feedbackpanda.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}