WA Saver - Contacts Saver for WhatsApp™

Extract and Download all contacts, unknown phone numbers from WhatsApp™ groups, chatlist and labels to Excel file.

WA Saver - Contacts Saver for WhatsApp™ क्या है?

WA Saver - Contacts Saver for WhatsApp™ Ez4Studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extract and Download all contacts, unknown phone numbers from WhatsApp™ groups, chatlist and labels to Excel file."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WA Saver - Contacts Saver for WhatsApp™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WASaver Contacts Saver for WhatsApp™ helps you save everyone's phone numbers from your WhatsApp chats and groups. extract contacts phone number and download to excel.

Best tool for marketing and sales company, easy to save the phone numbers from a WA group to an excel file. so that, the excel file can later be imported into your CRM as prospective leads or contacts.

FEATURES

⭐️ Export contacts from all WhatsApp™ groups
⭐️ Extract contacts from a specific WhatsApp™ group
⭐️ Download contacts from all chats
⭐️ Export contacts from a broadcast lists
⭐️ Save contacts from a labels
⭐️ Includes the users country information

EXPORT FORMAT

- CSV (Easily import contacts to G Contacts and CRM)
- EXCEL (Easily import into CRM and open with Excel)
- vCard (For importing contacts to iOS and Android mobile devices)

HOW TO USE?

1. Open web.whatsapp.com, and scan to login
2. Select the group which you want to export contacts phone numbers
3. Click the Export button

LEGAL

WhatsApp™ is a trademark of WhatsApp Inc., registered in the U.S. and other countries. This is an independent project developed by Ez4Studio and has no relationship to WhatsApp or WhatsApp Inc.                    

एक्सटेंशन की मूल जानकारी

नाम WA Saver - Contacts Saver for WhatsApp™ WA Saver - Contacts Saver for WhatsApp™
ID jnnoejijmefgeolofblkljabckcbabmi
आधिकारिक URL https://chrome.google.com/webstore/detail/wa-saver-contacts-saver-f/jnnoejijmefgeolofblkljabckcbabmi
विवरण Extract and Download all contacts, unknown phone numbers from WhatsApp™ groups, chatlist and labels to Excel file.
फ़ाइल का आकार 1.32 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2022-10-06
प्रकाशन तिथि 2022-05-25
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर Ez4Studio
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wa-contacts-saver.getwecomments.com/
गोपनीयता नीति पृष्ठ URL https://page-ig-auto-bot.pages.dev/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "identity",
        "tabs"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "628184170891-4dk2tbrb9gb50pum0muj564ru3ccdndh.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw1WnxG\/sLN8WaVka3VmzKFP+6e6dIir6Sw52qVOLRj49SsauxAgKlgu4c5fC9Y5aB\/u4t6u8N5pLFTJwGRXDB8dpcQFeGGB7PvAzWNmWD+w8f0nyN5rDlAtKKvk1V329hk8ICIoP6iseDJ\/orLqB87e7W+VOw7FI5Qei9pZRU8Tm2fDDFJhUO40jEifkbu\/9XYkYDdOFIVh1QUg0Gm1Wyf3rgQFDbn6j8ZtX12BQ9HQoX5jufpZPAH8\/9zuBfSI4cLYtiGXyzFrpFf09crUZwAlY9vd0YvfOZdlyp7qwW7pPVZvLrcXd229ApE8wdht2Zx3wxDEwMa9xY49Jt5xROwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.5"
}