Auto Contact Saver for Whatsapp Web

Save new Whatsapp contacts automatically.

Auto Contact Saver for Whatsapp Webคืออะไร?

Auto Contact Saver for Whatsapp Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย opsJson และคุณลักษณะหลักของมันคือ "Save new Whatsapp contacts automatically."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Contact Saver for Whatsapp Web

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}