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
公式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
Eメール [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"
    ]
}