Contact Saver for WhatsApp™

You can directly export your saved and unsaved numbers from WhatsApp groups and chats.

Qu'est-ce que Contact Saver for WhatsApp™ ?

Contact Saver for WhatsApp™ est une extension Chrome développée par https://whatsappchromeextension.com, et sa fonction principale est "You can directly export your saved and unsaved numbers from WhatsApp groups and chats.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Contact Saver for WhatsApp™

Téléchargez les fichiers d'extension Contact Saver for WhatsApp™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Contact Saver for WhatsApp™ Contact Saver for WhatsApp™
ID gdnbibnjffadjgpchlhcghkbdeelohfi
URL Officiel https://chromewebstore.google.com/detail/contact-saver-for-whatsap/gdnbibnjffadjgpchlhcghkbdeelohfi
Description You can directly export your saved and unsaved numbers from WhatsApp groups and chats.
Taille du Fichier 341 KB
Nombre d'Installations 6,032
Version Actuelle 2.0.7
Dernière Mise à Jour 2023-12-14
Date de Publication 2023-01-19
Évaluation 4.83/5 Total 185 Évaluations
Développeur https://whatsappchromeextension.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://whatsappchromeextension.com/
URL de la Page d'Aide https://whatsappchromeextension.com/
URL de la Page de Politique de Confidentialité https://wawcd.com/privacy-policy
Langues Prises en Charge 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"
        }
    ]
}