Online Monitor for WhatsApp

Online Monitor WhatsApp Web

Online Monitor for WhatsAppคืออะไร?

Online Monitor for WhatsApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wpmonitor.online และคุณลักษณะหลักของมันคือ "Online Monitor WhatsApp Web"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Monitor for WhatsApp

ดาวน์โหลดไฟล์ส่วนขยาย Online Monitor for WhatsApp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Contact Online Monitoring Tool
When Someone be online   get notification in your Desktop and cross platform notification without any installed app in Smartphone .
Save History of Online

Features-

Play Sound 🔉 When Contact online
Online History 📜 Download in CSV
Access History 📡 via web 
Desktop Notification 🔔
Cross Platform Notification 📲 💻  e.g. Android,Macbook,Linux,Windows (No need Install App)
Multiple Contacts 👪  Tracking Concurrently                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
คำอธิบาย Online Monitor WhatsApp Web
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 5,589
เวอร์ชันปัจจุบัน 3.1
อัปเดตครั้งล่าสุด 2023-09-07
วันที่เผยแพร่ 2020-06-16
คะแนน 4.23/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://wpmonitor.online
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rizwansoaib/whatsapp-monitor
URL หน้าช่วยเหลือ https://github.com/rizwansoaib/whatsapp-monitor
URL หน้านโยบายความเป็นส่วนตัว https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Online Monitor for WhatsApp",
    "description": "Online Monitor WhatsApp Web",
    "version": "3.1",
    "author": "Rizwan Ahmad",
    "action": {
        "default_title": "Start WhatsApp Online Monitor",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.js",
                "*.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "scripting",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/notify.run\/*",
        "https:\/\/wpmonitor.online\/*"
    ]
}