WAGCN
Export saved and unsaved contacts from WhatsApp groups.
什麼是WAGCN?
WAGCN是由Akhilesh Kumar開發的Chrome擴展程式,該擴展的主要功能是“Export saved and unsaved contacts from WhatsApp groups.”。
擴展截圖
下載WAGCN擴展crx文件
下載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 |
官方網址 | 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\/" ] } |