FeedbackPanda

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

什麼是FeedbackPanda?

FeedbackPanda是由https://feedbackpanda.com開發的Chrome擴展程式,該擴展的主要功能是“For Online ESL Teachers: Spend less time writing Feedback and more time doing what you love.”。

擴展截圖

screenshot
screenshot
screenshot

下載FeedbackPanda擴展crx文件

下載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
官方網址 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\/*"
    ]
}