---
sidebar_position: 3
title: Backend plugins (7)
---
### com.msgbyte.agora Agora
Add the Agora audio and video communication feature to Tailchat
- [Source Code ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora )
- [manifest.json ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.agora/web/plugins/com.msgbyte.agora/manifest.json )
### com.msgbyte.github Github Subscription
Subscribe to the Github project dynamics to the group
- [Source Code ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github )
- [manifest.json ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.github/web/plugins/com.msgbyte.github/manifest.json )
### com.msgbyte.linkmeta Url metadata display
Parse and get the overview of url information in the chat information, such as title/overview/thumbnail, support media path, directly display media player (specially support bilibili, automatically load the iframe player of bilibili)
- [Source Code ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta )
- [manifest.json ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.linkmeta/web/plugins/com.msgbyte.linkmeta/manifest.json )
### com.msgbyte.meeting Audio and video service (WIP)
Provide audio and video communication services for Tailchat
- [Source Code ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting )
- [manifest.json ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.meeting/web/plugins/com.msgbyte.meeting/manifest.json )
### com.msgbyte.simplenotify Simple Notify Bot
A simple generic notification bot for sending messages directly to groups
- [Source Code ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify )
- [manifest.json ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.simplenotify/web/plugins/com.msgbyte.simplenotify/manifest.json )
### com.msgbyte.tasks Task Manage
Task management plugin, add TODO panel in personal panel for personal todo management
- [Source Code ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks )
- [manifest.json ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.tasks/web/plugins/com.msgbyte.tasks/manifest.json )
### com.msgbyte.topic Topic
Provide topic feature for groups
- [Source Code ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic )
- [manifest.json ](https://github.com/msgbyte/tailchat/blob/master/server/plugins/com.msgbyte.topic/web/plugins/com.msgbyte.topic/manifest.json )