WhatsApp chat backup tool by SuperLemon
Backup your WhatsApp chats
什么是WhatsApp chat backup tool by SuperLemon?
WhatsApp chat backup tool by SuperLemon是由Superlemon开发的Chrome扩展程序,该扩展的主要功能是“Backup your WhatsApp chats”。
扩展截图
下载WhatsApp chat backup tool by SuperLemon扩展crx文件
下载WhatsApp chat backup tool by SuperLemon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
So, you've made the decision to create a WhatsApp Business API for your business. However, the thought of potentially losing your existing WhatsApp chats can be a cause for concern. Fear not, as Superlemon's Chrome extension is here to help. This powerful tool ensures a smooth transition by safeguarding your valuable chat history. Superlemon's Chrome extension simplifies the entire process of exporting and importing WhatsApp chats. By integrating directly with WhatsApp Web, it provides a seamless experience. With just a few clicks, you can export your chats as a JSON file, preserving all customer chats.
扩展基本信息
名称 | WhatsApp chat backup tool by SuperLemon |
ID | dddaomheodeoknbhdeicnbblielljjbn |
官方URL | https://chromewebstore.google.com/detail/whatsapp-chat-backup-tool/dddaomheodeoknbhdeicnbblielljjbn |
简介 | Backup your WhatsApp chats |
文件大小 | 109 KB |
安装次数 | 418 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-16 |
上架时间 | 2023-08-16 |
开发者 | Superlemon |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.superlemon.xyz/ |
隐私政策页面URL | https://www.superlemon.xyz/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsApp chat backup tool by SuperLemon", "description": "Backup your WhatsApp chats", "version": "1.0.1", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "style\/progressbar.css" ], "js": [ "script\/content-script.js", "script\/FileSaver.js", "script\/injectedWA.js", "script\/jszip.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "externally_connectable": { "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.whatsapp.net\/*" ] }, "icons": { "128": "images\/logo.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/web.whatsapp.com\/" ], "web_accessible_resources": [ { "resources": [ "script\/progressBar.js", "script\/injectedWA.js", "script\/FileSaver.js", "style\/progressbar.css", "images\/*" ], "matches": [ " |