WhatsDownload - WhatsApp groups export
Instantly export contacts from your WhatsApp groups to a CSV file.
WhatsDownload - WhatsApp groups exportคืออะไร?
WhatsDownload - WhatsApp groups export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vitor Henckel และคุณลักษณะหลักของมันคือ "Instantly export contacts from your WhatsApp groups to a CSV file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WhatsDownload - WhatsApp groups export
ดาวน์โหลดไฟล์ส่วนขยาย WhatsDownload - WhatsApp groups export ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Export contacts from your WhatsApp™ groups. How to use: - Install the extension - Click to open the desired group - Click on the extension icon - On the extension screen, choose the file type and the phones format - Click the button to export the file HOW TO DISABLE: - Open Chrome menu - Go to Extensions, search for "WhatsDownload - WhatsApp groups export" and uncheck activation. - Click again to activate. IMPORTANT WARNING: - We do NOT have access to the telephone numbers used - We do NOT have access to sent messages - We DO NOT have any type of access to your WhatsApp™ - Contacts are saved locally in your browser until you click "Export" Disclaimer: "WhatsDownload - WhatsApp groups export™" is a third party application and is not affiliated or sponsored by WhatsApp™ Inc. PORTUGUÊS Exporte os contatos dos seus grupos do WhatsApp™. Como utilizar: - Instale a extensão - Clique para abrir o grupo desejado - Clique no ícone da extensão - Na tela da extensão, escolha o tipo de arquivo e o formato dos telefones - Clique no botão para exportar o arquivo COMO DESABILITAR: - Abra o menu do Chrome - Vá para Extensões, procure "WhatsDownload - WhatsApp groups export" e desmarque a ativação. - Clique novamente para ativar. AVISO IMPORTANTE: - NÃO temos acesso aos números de telefones utilizados - NÃO temos acesso às mensagens enviadas - NÃO temos nenhum tipo de acesso ao seu WhatsApp™ - Os contatos são salvos localmente no seu navegador até você clicar em "Exportar" Aviso legal: "WhatsDownload - WhatsApp groups export™" é um aplicativo de terceiros e não é afiliado nem patrocinado pela WhatsApp™ Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cocccccdblgmgoigiopheenlfndcckcj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatsdownload-whatsapp-gr/cocccccdblgmgoigiopheenlfndcckcj |
คำอธิบาย | Instantly export contacts from your WhatsApp groups to a CSV file. |
ขนาดไฟล์ | 46.26 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 2.0.1.1 |
อัปเดตครั้งล่าสุด | 2021-12-27 |
วันที่เผยแพร่ | 2020-08-25 |
คะแนน | 4.78/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Vitor Henckel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://vitor.henckel.com.br/extensions/whatsolx.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WhatsDownload - WhatsApp groups export", "description": "Instantly export contacts from your WhatsApp groups to a CSV file.", "version": "2.0.1.1", "author": "Vitor Henckel", "action": { "default_icon": "icon.png", "default_title": "WhatsDownload - Exporting contacts from WhatsApp groups!", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "content.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ] } |