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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}