WhatsApp chat backup tool by SuperLemon

Backup your WhatsApp chats

WhatsApp chat backup tool by SuperLemon là gì?

WhatsApp chat backup tool by SuperLemon là một tiện ích mở rộng Chrome được phát triển bởi Superlemon, và tính năng chính của nó là "Backup your WhatsApp chats".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsApp chat backup tool by SuperLemon

Tải xuống các tệp mở rộng WhatsApp chat backup tool by SuperLemon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatsApp chat backup tool by SuperLemon WhatsApp chat backup tool by SuperLemon
ID dddaomheodeoknbhdeicnbblielljjbn
URL Chính Thức https://chromewebstore.google.com/detail/whatsapp-chat-backup-tool/dddaomheodeoknbhdeicnbblielljjbn
Mô tả Backup your WhatsApp chats
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 418
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2023-08-16
Nhà Phát Triển Superlemon
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.superlemon.xyz/
URL Trang Chính Sách Bảo Mật https://www.superlemon.xyz/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}