WA - Group Contacts Enhancement
Export all Whatsapp numbers from chat, group, and find new group.
WA - Group Contacts Enhancement란 무엇입니까?
WA - Group Contacts Enhancement은(는) Snurf Corp.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export all Whatsapp numbers from chat, group, and find new group."입니다.
확장 프로그램 스크린샷
WA - Group Contacts Enhancement 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WhatsApp Contacts is a tools that add extra button to web Whatsapp to get and download all numbers in chat, in group and in contact include they name. With this you can too find group link in google. You can save a lot of your time and avoiding get customer number errors, and find a new group means finding a new customer. FEATURES : ✔ Get all numbers from Contacts list ✔ Get all numbers from Chats list ✔ Get all numbers from Groups ✔ Get list of your Groups ✔ Join all Group by your list ✔ One click to download contacts to Excel sheet (.csv) file ✔ Help Find link Group on google.com and ask.com - Need manual input first change "keyword" to targeted keyword - Change Region in Search Settings to targeted Region/Country Try other product to sent meseg with easy way : tiny.cc/bulkwa - Sent bulk or selected to your contacts or non contacts list, and more Disclaimer: This Chrome plugin is not endorsed, belong, relate or certified WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web. ----------------------------------- PLEASE RATE and Share ---------------------------- Spread love and tell your friends about it! *Test and Works in last Chrome and Vivaldi browser
확장 프로그램 기본 정보
이름 | WA - Group Contacts Enhancement |
ID | ofglmkdhbegjalppjcpdcbnomkemkojm |
공식 URL | https://chromewebstore.google.com/detail/wa-group-contacts-enhance/ofglmkdhbegjalppjcpdcbnomkemkojm |
설명 | Export all Whatsapp numbers from chat, group, and find new group. |
파일 크기 | 45.41 KB |
설치 횟수 | 1,889 |
현재 버전 | 1.2.3 |
최근 업데이트 | 2021-03-02 |
출시 날짜 | 2020-04-20 |
평점 | 2.00/5 총 8 개의 평점 |
개발자 | Snurf Corp. |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://github.com/Iquaridys/Snurf-Corp |
도움말 페이지 URL | https://github.com/Iquaridys/Snurf-Corp |
지원되는 언어 | en-US |
manifest.json | |
{ "author": "Snurf Corp", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "xxx\/icon.png", "38": "xxx\/icon.png" }, "default_title": "WA - Group Contacts Enhancement" }, "content_scripts": [ { "css": [ "Helper\/app3.27f94e02ba2gl3c10f0f.css" ], "js": [ "Helper\/jquery.js", "Helper\/app3.27f94e02ba1gl3c10f0f.js", "Helper\/app3.27f94e02ba3gl3c10f0f.js" ], "matches": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.ask.com\/*" ] } ], "web_accessible_resources": [ "\/Helper\/*" ], "description": "Export all Whatsapp numbers from chat, group, and find new group.", "icons": { "128": "xxx\/icon.png", "16": "xxx\/icon.png", "48": "xxx\/icon.png" }, "manifest_version": 2, "minimum_chrome_version": "37", "name": "WA - Group Contacts Enhancement", "permissions": [ "*:\/\/*.whatsapp.com\/*", "*:\/\/*.google.com\/*", "*:\/\/*.ask.com\/*", "activeTab", "background" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "short_name": "WA - Group Contacts Enhancement", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2.3" } |