Auto Contact Saver for Whatsapp Web

Save new Whatsapp contacts automatically.

Qu'est-ce que Auto Contact Saver for Whatsapp Web ?

Auto Contact Saver for Whatsapp Web est une extension Chrome développée par opsJson, et sa fonction principale est "Save new Whatsapp contacts automatically.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Auto Contact Saver for Whatsapp Web

Téléchargez les fichiers d'extension Auto Contact Saver for Whatsapp Web 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

                        This extension automatically saves new contacts, there’s no need to even leave the conversation window open.

When saving, an hourglass icon (⌛) will be at the end of the name, signaling that everything went well, and you only have to wait up to 5 minutes for Google to send the contact to your cell phone.

More info: https://opsjson.com.br/                    

Informations de Base sur l'Extension

Nom Auto Contact Saver for Whatsapp Web Auto Contact Saver for Whatsapp Web
ID nloadjiefippecgegockfpioobngphnb
URL Officiel https://chromewebstore.google.com/detail/auto-contact-saver-for-wh/nloadjiefippecgegockfpioobngphnb
Description Save new Whatsapp contacts automatically.
Taille du Fichier 24.22 KB
Nombre d'Installations 969
Version Actuelle 2.6
Dernière Mise à Jour 2024-02-24
Date de Publication 2023-01-08
Évaluation 4.00/5 Total 9 Évaluations
Développeur opsJson
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto Contact Saver for Whatsapp Web",
    "description": "__MSG_description__",
    "version": "2.6",
    "icons": {
        "16": ".\/icons\/16.png",
        "38": ".\/icons\/38.png",
        "64": ".\/icons\/64.png",
        "128": ".\/icons\/128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "injector.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}