Auto Contact Saver for Whatsapp Web

Save new Whatsapp contacts automatically.

什麼是Auto Contact Saver for Whatsapp Web?

Auto Contact Saver for Whatsapp Web是由opsJson開發的Chrome擴展程式,該擴展的主要功能是“Save new Whatsapp contacts automatically.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Auto Contact Saver for Whatsapp Web擴展crx文件

下載Auto Contact Saver for Whatsapp Web擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}