WhatsApp chat backup tool by SuperLemon
Backup your WhatsApp chats
Cos'è WhatsApp chat backup tool by SuperLemon?
WhatsApp chat backup tool by SuperLemon è un'estensione di Chrome sviluppata da Superlemon, e la sua funzione principale è "Backup your WhatsApp chats".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp chat backup tool by SuperLemon
Scarica i file di estensione WhatsApp chat backup tool by SuperLemon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dddaomheodeoknbhdeicnbblielljjbn |
| URL Ufficiale | https://chromewebstore.google.com/detail/whatsapp-chat-backup-tool/dddaomheodeoknbhdeicnbblielljjbn |
| Descrizione | Backup your WhatsApp chats |
| Dimensione del File | 109 KB |
| Conteggio Installazioni | 418 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2023-08-16 |
| Data di Pubblicazione | 2023-08-16 |
| Sviluppatore | Superlemon |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.superlemon.xyz/ |
| URL della Pagina della Politica sulla Privacy | https://www.superlemon.xyz/privacy-policy |
| Lingue Supportate | 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": [
" | |