WhatsApp chat backup tool by SuperLemon

Backup your WhatsApp chats

WhatsApp chat backup tool by SuperLemonคืออะไร?

WhatsApp chat backup tool by SuperLemon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Superlemon และคุณลักษณะหลักของมันคือ "Backup your WhatsApp chats"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsApp chat backup tool by SuperLemon

ดาวน์โหลดไฟล์ส่วนขยาย 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 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": [
                ""
            ]
        }
    ]
}