Auto Contact Saver for Whatsapp Web

Save new Whatsapp contacts automatically.

Co to jest Auto Contact Saver for Whatsapp Web?

Auto Contact Saver for Whatsapp Web to rozszerzenie Chrome opracowane przez opsJson, a jego główną funkcją jest „Save new Whatsapp contacts automatically.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Auto Contact Saver for Whatsapp Web

Pobierz pliki rozszerzeń Auto Contact Saver for Whatsapp Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Auto Contact Saver for Whatsapp Web Auto Contact Saver for Whatsapp Web
ID nloadjiefippecgegockfpioobngphnb
Oficjalny URL https://chromewebstore.google.com/detail/auto-contact-saver-for-wh/nloadjiefippecgegockfpioobngphnb
Opis Save new Whatsapp contacts automatically.
Rozmiar pliku 24.22 KB
Liczba instalacji 969
Aktualna Wersja 2.6
Ostatnia Aktualizacja 2024-02-24
Data Publikacji 2023-01-08
Ocena 4.00/5 Łącznie 9 Oceny
Deweloper opsJson
E-mail [email protected]
Typ Płatności in_app
Obsługiwane Języki 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"
    ]
}