WAGCN

Export saved and unsaved contacts from WhatsApp groups.

WAGCNとは何ですか?

WAGCNはAkhilesh Kumarによって開発されたChromeの拡張機能で、その主な機能は「Export saved and unsaved contacts from WhatsApp groups.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/"
    ]
}