Auto Contact Saver for Whatsapp Web

Save new Whatsapp contacts automatically.

Auto Contact Saver for Whatsapp Web क्या है?

Auto Contact Saver for Whatsapp Web opsJson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save new Whatsapp contacts automatically."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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/                    

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

नाम Auto Contact Saver for Whatsapp Web Auto Contact Saver for Whatsapp Web
ID nloadjiefippecgegockfpioobngphnb
आधिकारिक URL https://chromewebstore.google.com/detail/auto-contact-saver-for-wh/nloadjiefippecgegockfpioobngphnb
विवरण Save new Whatsapp contacts automatically.
फ़ाइल का आकार 24.22 KB
स्थापना संख्या 969
वर्तमान संस्करण 2.6
अंतिम अपडेट 2024-02-24
प्रकाशन तिथि 2023-01-08
रेटिंग 4.00/5 कुल 9 रेटिंग्स
डेवलपर opsJson
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ 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"
    ]
}