Online Monitor for WhatsApp

Online Monitor WhatsApp Web

Was ist Online Monitor for WhatsApp?

Online Monitor for WhatsApp ist eine Chrome-Erweiterung, die von https://wpmonitor.online entwickelt wurde, und ihr Hauptmerkmal ist "Online Monitor WhatsApp Web".

Erweiterungsscreenshots

screenshot
screenshot

Online Monitor for WhatsApp-Erweiterungs-CRX-Datei herunterladen

Laden Sie Online Monitor for WhatsApp-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
Offizielle URL https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
Beschreibung Online Monitor WhatsApp Web
Dateigröße 130 KB
Installationsanzahl 5,589
Aktuelle Version 3.1
Letztes Update 2023-09-07
Veröffentlichungsdatum 2020-06-16
Bewertung 4.23/5 Insgesamt 13 Bewertungen
Entwickler https://wpmonitor.online
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/rizwansoaib/whatsapp-monitor
Hilfeseite URL https://github.com/rizwansoaib/whatsapp-monitor
URL der Datenschutzrichtlinien-Seite https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
Unterstützte Sprachen 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\/*"
    ]
}