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 |
官方網址 | 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" } ] } |