FeedbackPanda

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

¿Qué es FeedbackPanda?

FeedbackPanda es una extensión de Chrome desarrollada por https://feedbackpanda.com, y su función principal es "For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión FeedbackPanda

Descarga archivos de extensión FeedbackPanda en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre FeedbackPanda FeedbackPanda
ID pcdagjmakcjpckajopbfiocjnhhlkgbk
URL Oficial https://chromewebstore.google.com/detail/feedbackpanda/pcdagjmakcjpckajopbfiocjnhhlkgbk
Descripción For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.
Tamaño del Archivo 80.98 KB
Cantidad de Instalaciones 2,332
Versión Actual 1.21.36
Última Actualización 2021-08-19
Fecha de Publicación 2020-06-09
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador https://feedbackpanda.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.feedbackpanda.com
URL de la Página de Ayuda https://intercom.help/feedbackpanda
URL de la Página de Política de Privacidad https://www.feedbackpanda.com/privacy-policy
Idiomas Soportados 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\/*"
    ]
}