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"입니다.

확장 프로그램 스크린샷

screenshot

WhatsApp chat backup tool by SuperLemon 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}