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™是由https://whatsappchromeextension.com开发的Chrome扩展程序,该扩展的主要功能是“You can directly export your saved and unsaved numbers from WhatsApp groups and chats.”。
扩展截图
下载Contact Saver for WhatsApp™扩展crx文件
下载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" } ] } |