WhatsApp chat backup tool by SuperLemon
Backup your WhatsApp chats
What is WhatsApp chat backup tool by SuperLemon?
WhatsApp chat backup tool by SuperLemon is a Chrome extension developed by Superlemon, and its main feature is "Backup your WhatsApp chats".
Extension Screenshots
Download WhatsApp chat backup tool by SuperLemon Extension CRX File
Download WhatsApp chat backup tool by SuperLemon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WhatsApp chat backup tool by SuperLemon |
ID | dddaomheodeoknbhdeicnbblielljjbn |
Official URL | https://chromewebstore.google.com/detail/whatsapp-chat-backup-tool/dddaomheodeoknbhdeicnbblielljjbn |
Description | Backup your WhatsApp chats |
File Size | 109 KB |
Installation Count | 418 |
Current Version | 1.0.1 |
Last Updated | 2023-08-16 |
Publish Date | 2023-08-16 |
Developer | Superlemon |
[email protected] | |
Payment Type | free |
Extension Website | https://www.superlemon.xyz/ |
Privacy Policy Page URL | https://www.superlemon.xyz/privacy-policy |
Supported Languages | 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": [ " |