Discord Chat Exporter - Backup chat logs
Export Discord chats to Xlsx/HTML easily! Quick setup, user-friendly, and date range selection for efficient chat archiving.
Discord Chat Exporter - Backup chat logs란 무엇입니까?
Discord Chat Exporter - Backup chat logs은(는) https://hypercavs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export Discord chats to Xlsx/HTML easily! Quick setup, user-friendly, and date range selection for efficient chat archiving."입니다.
확장 프로그램 스크린샷
Discord Chat Exporter - Backup chat logs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 Elevate Your Discord Experience with Discord Chat Exporter! 🚀
🌟 Fabulous Features:
📜 Capture Every Moment: Export chat logs from any Discord channel or direct messages (DMs).
💾 Versatile Formats: Save and download your chats in both Xlsx and HTML formats – perfect for any use!
📆 Custom Date Selection: Pick the exact dates for the chats you want to back up. Full control at your fingertips!
🛠️ Quick Start Guide:
1. Simple Installation: Just add our extension to your Chrome.
2. Dive into Discord: Open a new tab and head to your desired Discord channel.
3. Export Made Easy: Click our extension icon, set your date range, and hit 'GO'. Your chat logs are ready in a snap!
📜 Must-Know - Terms of Use:
Stay informed and secure. Please visit: https://hypercavs.com/discord-chat-saver/terms-of-use.html
🤝 Support and Assistance:
Questions? Need help? Reach out to us at [email protected].
🌟 Transform your Discord interactions with ease and efficiency! Get Discord Chat Exporter now! 🌟 확장 프로그램 기본 정보
| 이름 | |
| ID | lljknccjfgeihgdboidlkoofdknieffm |
| 공식 URL | https://chromewebstore.google.com/detail/discord-chat-exporter-bac/lljknccjfgeihgdboidlkoofdknieffm |
| 설명 | Export Discord chats to Xlsx/HTML easily! Quick setup, user-friendly, and date range selection for efficient chat archiving. |
| 파일 크기 | 2.23 MB |
| 설치 횟수 | 8,879 |
| 현재 버전 | 1.6.0 |
| 최근 업데이트 | 2023-12-18 |
| 출시 날짜 | 2021-03-31 |
| 평점 | 3.23/5 총 44 개의 평점 |
| 개발자 | https://hypercavs.com |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://hypercavs.com/discord-chat-saver/ |
| 개인정보 보호 정책 페이지 URL | http://www.hypercavs.com/shopify-shark/privacy-policy.html |
| 지원되는 언어 | de,en,fr,es,it,pt-BR,ar |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_chrome_extension_name__",
"description": "__MSG_chrome_extension_description__",
"version": "1.6.0",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"action": {
"default_title": "Discord Chat Exporter",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/discord.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https:\/\/hypercavs.com\/"
],
"permissions": [
"activeTab",
"storage",
"downloads",
"scripting"
]
} | |