Backup WA Chats
Export the whatsapp contact information you need according to the way you want.
Что такое Backup WA Chats?
Backup WA Chats - это расширение Chrome, разработанное Thu Nga Trịnh, и его основная функция - "Export the whatsapp contact information you need according to the way you want.".
Снимки экрана расширения
Скачать файл CRX расширения Backup WA Chats
Скачайте файлы расширений Backup WA Chats в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Brings all the missing features to WhatsApp Web, for personal and business use. Download a backup of WhatsApp chat records Download your WhatsApp chat record from to your computer https://web.whatsapp.com/ If you click the Download button and nothing happens, reload the page and try again. Look forward to your use and feedback! ------------------------------------------ LEGAL ------------------------------------------ WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to WhatsApp or WhatsApp Inc.
Основная информация о расширении
Название | Backup WA Chats |
ID | bjdhlinfageccmfgaicipbfmjjbmopkc |
Официальный URL | https://chrome.google.com/webstore/detail/backup-wa-chats/bjdhlinfageccmfgaicipbfmjjbmopkc |
Описание | Export the whatsapp contact information you need according to the way you want. |
Размер файла | 1.25 MB |
Количество установок | 2,194 |
Текущая Версия | 1.0.24 |
Последнее Обновление | 2023-09-08 |
Дата публикации | 2022-03-27 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | Thu Nga Trịnh |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://docs.google.com/document/d/1K8HBxruogt1zlBYdHTM_Pohamgou_TTXALBREqwaQ0g |
Поддерживаемые языки | id,en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,hi,ar,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.24", "homepage_url": "https:\/\/web.whatsapp.com\/", "description": "Export the whatsapp contact information you need according to the way you want.", "default_locale": "en", "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/*.whatsapp.com\/*" ], "icons": { "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "inject\/content-script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.whatsapp.com\/*" ], "js": [ "js\/redirect-link.js" ], "css": [ "css\/wa-attach.css" ], "run_at": "document_end" } ], "action": { "default_title": "WhatsApp Group Exporter- Group download", "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "web_accessible_resources": [ { "resources": [ "inject\/inject.js", "pic\/crm-commend.png", "fonts\/*", "img\/*", "icons\/*" ], "matches": [ "*:\/\/*.whatsapp.com\/*" ] } ] } |