WAGCN
Export saved and unsaved contacts from WhatsApp groups.
WAGCNคืออะไร?
WAGCN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Akhilesh Kumar และคุณลักษณะหลักของมันคือ "Export saved and unsaved contacts from WhatsApp groups."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WAGCN
ดาวน์โหลดไฟล์ส่วนขยาย WAGCN ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Export saved and unsaved contacts with names & status from WhatsApp groups for free. WhatsApp Group Contacts Exporter (WAGCN) plugin allows you to export saved or unsaved contacts from any WhatsApp group to a CSV file using WhatsApp web. How to use this extension ? 1. Open web.whatsapp.com and connect your phone 2. Select the group from which you want to export contacts 3. Click on the extension icon, choose the type of export and hit Export WAGCN features include: * Export saved/unsaved contacts with their names to a CSV file. *A note about permissions*: This extension currently needs access to web.whatsapp.com in order to work. This extension is only for Education & training Purposes.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WAGCN |
ID | hfikgeaommggpmiijapegjhhgbpcgmfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wagcn/hfikgeaommggpmiijapegjhhgbpcgmfk |
คำอธิบาย | Export saved and unsaved contacts from WhatsApp groups. |
ขนาดไฟล์ | 29.55 KB |
จำนวนการติดตั้ง | 981 |
เวอร์ชันปัจจุบัน | 1.11.1 |
อัปเดตครั้งล่าสุด | 2020-06-28 |
วันที่เผยแพร่ | 2020-06-27 |
คะแนน | 2.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Akhilesh Kumar |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://proglogix.com/ |
URL หน้าช่วยเหลือ | http://proglogix.com/contactus.php |
URL หน้านโยบายความเป็นส่วนตัว | http://proglogix.com/privacy_policy.php |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WAGCN", "short_name": "WAGCN", "version": "1.11.1", "manifest_version": 2, "description": "Export saved and unsaved contacts from WhatsApp groups.", "icons": { "16": "\/image\/[email protected]", "48": "\/image\/[email protected]", "128": "\/image\/[email protected]" }, "browser_action": { "default_icon": "\/image\/[email protected]", "default_title": "WAGCN", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/" ], "js": [ "\/js\/WAXP.js" ] } ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "permissions": [ "activeTab", "*:\/\/bluemountcare.com\/" ] } |