Auto Contact Saver for Whatsapp Web

Save new Whatsapp contacts automatically.

Was ist Auto Contact Saver for Whatsapp Web?

Auto Contact Saver for Whatsapp Web ist eine Chrome-Erweiterung, die von opsJson entwickelt wurde, und ihr Hauptmerkmal ist "Save new Whatsapp contacts automatically.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Auto Contact Saver for Whatsapp Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto Contact Saver for Whatsapp Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Auto Contact Saver for Whatsapp Web Auto Contact Saver for Whatsapp Web
ID nloadjiefippecgegockfpioobngphnb
Offizielle URL https://chromewebstore.google.com/detail/auto-contact-saver-for-wh/nloadjiefippecgegockfpioobngphnb
Beschreibung Save new Whatsapp contacts automatically.
Dateigröße 24.22 KB
Installationsanzahl 969
Aktuelle Version 2.6
Letztes Update 2024-02-24
Veröffentlichungsdatum 2023-01-08
Bewertung 4.00/5 Insgesamt 9 Bewertungen
Entwickler opsJson
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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"
    ]
}