Contact Saver for WhatsApp™
You can directly export your saved and unsaved numbers from WhatsApp groups and chats.
Contact Saver for WhatsApp™คืออะไร?
Contact Saver for WhatsApp™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whatsappchromeextension.com และคุณลักษณะหลักของมันคือ "You can directly export your saved and unsaved numbers from WhatsApp groups and chats."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contact Saver for WhatsApp™
ดาวน์โหลดไฟล์ส่วนขยาย Contact Saver for WhatsApp™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Make your viewers and grow your follower-ship on WhatsApp You can directly export and save contacts, and other info from WhatsApp groups and chats. FEATURES Now you can consign and save plenty of unknown numbers from WhatsApp chats and groups + much more at once! -Export contacts from all WhatsApp chats -Export saved contacts only -Export unsaved contacts only -Export contacts from all WhatsApp groups -Export contacts from a specific WhatsApp group Export Format: - vCard (For importing contacts to iOS and Android devices) - CSV (Easily import contacts to Google Contacts) Export To: - Download to your computer - Send the export file to your email Assigning Names To Unknown Contacts. ------------------------------------------ LEGAL ------------------------------------------ WhatsApp is a trademark of WhatsApp Inc. This Chrome Extension is an independent product developed by WAWCD LLC and has no relationship to WhatsApp Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Contact Saver for WhatsApp™ |
ID | gdnbibnjffadjgpchlhcghkbdeelohfi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/contact-saver-for-whatsap/gdnbibnjffadjgpchlhcghkbdeelohfi |
คำอธิบาย | You can directly export your saved and unsaved numbers from WhatsApp groups and chats. |
ขนาดไฟล์ | 341 KB |
จำนวนการติดตั้ง | 6,032 |
เวอร์ชันปัจจุบัน | 2.0.7 |
อัปเดตครั้งล่าสุด | 2023-12-14 |
วันที่เผยแพร่ | 2023-01-19 |
คะแนน | 4.83/5 รวมทั้งหมด 185 คะแนน |
ผู้พัฒนา | https://whatsappchromeextension.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://whatsappchromeextension.com/ |
URL หน้าช่วยเหลือ | https://whatsappchromeextension.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://wawcd.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Contact Saver for WhatsApp\u2122", "description": "You can directly export your saved and unsaved numbers from WhatsApp groups and chats.", "version": "2.0.7", "permissions": [ "tabs", "storage" ], "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.google-analytics.com https:\/\/google-analytics.com; object-src 'self'" }, "background": { "service_worker": "\/dist\/background.js" }, "action": { "default_icon": { "16": "image\/[email protected]", "32": "image\/[email protected]", "48": "image\/[email protected]", "128": "image\/[email protected]" } }, "icons": { "16": "image\/[email protected]", "32": "image\/[email protected]", "48": "image\/[email protected]", "128": "image\/[email protected]" }, "web_accessible_resources": [ { "resources": [ "\/dist\/foneParse.js", "\/dist\/gowa.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "\/dist\/script.js", "\/dist\/gowa.js" ], "run_at": "document_end" } ] } |