WhatsDownload - Groups export
Instantly export contacts from your groups to a file of your choice.
WhatsDownload - Groups export란 무엇입니까?
WhatsDownload - Groups export은(는) https://henckel.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly export contacts from your groups to a file of your choice."입니다.
확장 프로그램 스크린샷
WhatsDownload - Groups export 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simplify your WhatsApp™ contact management work with the WhatsDownload - Groups Export extension. This incredible tool allows you to export the contacts of your WhatsApp™ groups quickly and efficiently, all at the click of a button.
HOW TO USE
Install the extension on your Chrome browser
Open the desired group on WhatsApp™
Click on the icon of the WhatsDownload - Groups Export extension
On the extension screen, choose the desired file type and the format of the phone numbers
Click the 'Export' button to save the file on your device.
HOW TO DISABLE
Open the Chrome browser menu
Select 'Extensions'
Look for "WhatsDownload - Groups export" in the list of extensions
Uncheck the activation box to disable the extension. Click again to reactivate.
IMPORTANT NOTICE
Your privacy is our top priority. We would like to emphasize that:
The extension is NOT able to export contacts already saved in your phonebook.
We DO NOT have access to the phone numbers used
We DO NOT have access to the messages sent
We DO NOT have any access to your account on WhatsApp™
Contacts are saved locally on your browser until you decide to export them
Ready to simplify the management of your WhatsApp™ contacts? Install the WhatsDownload - Groups Export extension today and experience the difference!
--------------------------------------
PORTUGUÊS
Simplifique o seu trabalho de gerenciamento de contatos no WhatsApp™ com a extensão WhatsDownload - Groups Export. Esta incrível ferramenta permite que você exporte os contatos dos seus grupos do WhatsApp™ de forma rápida e eficiente, tudo ao alcance de um clique.
COMO UTILIZAR
Instale a extensão no seu navegador Chrome
Abra o grupo desejado no WhatsApp™
Clique no ícone da extensão WhatsDownload - Groups Export
Na tela da extensão, escolha o tipo de arquivo desejado e o formato dos números de telefone
Clique no botão 'Exportar' para salvar o arquivo no seu dispositivo.
COMO DESABILITAR
Abra o menu do navegador Chrome
Selecione 'Extensões'
Procure por "WhatsDownload - Groups export" na lista de extensões
Desmarque a caixa de ativação para desabilitar a extensão. Clique novamente para reativar.
AVISO IMPORTANTE
Sua privacidade é nossa prioridade máxima. Gostaríamos de ressaltar que:
A extensão NÃO consegue exportar contatos já salvos em sua agenda.
NÃO temos acesso aos números de telefone utilizados
NÃO temos acesso às mensagens enviadas
NÃO temos nenhum tipo de acesso à sua conta no WhatsApp™
Os contatos são salvos localmente no seu navegador até que você decida exportá-los
Pronto para facilitar o gerenciamento dos seus contatos no WhatsApp™? Instale a extensão WhatsDownload - Groups Export hoje mesmo e experimente a diferença! 확장 프로그램 기본 정보
| 이름 | |
| ID | fgndhjgdfaheckkiibepbadbmmmmiklf |
| 공식 URL | https://chromewebstore.google.com/detail/whatsdownload-groups-expo/fgndhjgdfaheckkiibepbadbmmmmiklf |
| 설명 | Instantly export contacts from your groups to a file of your choice. |
| 파일 크기 | 48.15 KB |
| 설치 횟수 | 4,000 |
| 현재 버전 | 3.2.1.1 |
| 최근 업데이트 | 2024-01-25 |
| 출시 날짜 | 2022-02-03 |
| 평점 | 3.88/5 총 26 개의 평점 |
| 개발자 | https://henckel.com.br |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://vitor.henckel.com.br/extensions/whatsolx.html |
| 도움말 페이지 URL | https://vitor.henckel.com.br/extensions/whatsolx.html |
| 개인정보 보호 정책 페이지 URL | https://vitor.henckel.com.br/extensions/whatsolx.html |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WhatsDownload - Groups export",
"description": "Instantly export contacts from your groups to a file of your choice.",
"version": "3.2.1.1",
"author": "Vitor Henckel",
"action": {
"default_icon": "icon.png",
"default_title": "WhatsDownload - Exporting contacts from your groups!",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"optional_host_permissions": [
"https:\/\/web.whatsapp.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
}
} | |