FeedbackPanda

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

Apa itu FeedbackPanda?

FeedbackPanda adalah ekstensi Chrome yang dikembangkan oleh https://feedbackpanda.com, dan fitur utamanya adalah "For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FeedbackPanda

Unduh file ekstensi FeedbackPanda dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama FeedbackPanda FeedbackPanda
ID pcdagjmakcjpckajopbfiocjnhhlkgbk
URL Resmi https://chromewebstore.google.com/detail/feedbackpanda/pcdagjmakcjpckajopbfiocjnhhlkgbk
Deskripsi For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.
Ukuran File 80.98 KB
Jumlah Instalasi 2,332
Versi Saat Ini 1.21.36
Terakhir Diperbarui 2021-08-19
Tanggal Publikasi 2020-06-09
Penilaian 5.00/5 Total 10 Penilaian
Pengembang https://feedbackpanda.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.feedbackpanda.com
URL Halaman Bantuan https://intercom.help/feedbackpanda
URL Halaman Kebijakan Privasi https://www.feedbackpanda.com/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}