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 |
Eメール | [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": [ " |