# Introduction to the User Privacy Protection Instructions for the Plug-in
The user privacy protection instructions for the plug-in include the following sections, the specific instructions are examples only.
# Plugin Basic Information
Include the name of the plug-in and the name of its provider.
插件名称:客服助手
插件提供方名称: 深圳市腾讯计算机系统有限公司
# Information handled by the plug-in
Developers need to declare the user information processed in this section, WeChat will display the required items according to the plug-in version of the privacy interface call, and developers can check other items independently.
- 开发者收集你选中的照片或视频信息,用于在客服会话中发送图片或视频类型的聊天内容。
- 为了发送语音类型的聊天内容,开发者将在获取你的明示同意后,访问你的麦克风。
The relationship between the privacy interface and the corresponding processing information is as follows:
| Information processed | Interfaces or components |
|---|---|
| Collect your nicknames and avatars | < button open-type = "chooseAvatar" >, < input type = "nickname" >, < functional-page-navigator name = "loginAndGetUserInfo" >, wx.getUserInfo (recovered) |
| Collect your location information | wx.authorizeForMiniProgram({scope:'scope.userLocation'})、wx.getLocation、wx.startLocationUpdate、wx.getFuzzyLocation |
| Collect location information of your choice | wx.choosePoi、wx.chooseLocation |
| Collect your address | wx.chooseAddress |
| Collect your invoice information | wx.chooseInvoiceTitle、wx.chooseInvoice |
| Collect information about the photos or videos you choose | wx.chooseImage、wx.chooseMedia、wx.chooseVideo |
| Access your microphone | wx.authorizeForMiniProgram({scope: 'scope.record'})、wx.startRecord、RecorderManager.start、 |
| Access your camera | wx.authorizeForMiniProgram({scope: 'scope.camera'})、wx.createVKSession、 |
| Access your Bluetooth | wx.openBluetoothAdapter、wx.createBLEPeripheralServer |
| Use your photo album (Write to only) permissions | wx.authorizeForMiniProgram({scope: 'scope.writePhotosAlbum'})、wx.saveImageToPhotosAlbum、wx.saveVideoToPhotosAlbum |
| Use your address book (Write Only) permissions | wx.addPhoneContact |
| Call your acceleration sensor | wx.startAccelerometer |
| Call your magnetic field sensor | wx.startCompass |
| Call your orientation sensor | wx.startDeviceMotionListening |
| Call your gyroscope sensor | wx.startGyroscope |
| Read your clipboard | wx.setClipboardData、wx.getClipboardData |