Online Monitor for WhatsApp

Online Monitor WhatsApp Web

Wat is Online Monitor for WhatsApp?

Online Monitor for WhatsApp is een Chrome-extensie ontwikkeld door https://wpmonitor.online, en de belangrijkste functie is "Online Monitor WhatsApp Web".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Online Monitor for WhatsApp

Download Online Monitor for WhatsApp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
Officiële URL https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
Beschrijving Online Monitor WhatsApp Web
Bestandsgrootte 130 KB
Aantal Installaties 5,589
Huidige Versie 3.1
Laatst Bijgewerkt 2023-09-07
Publicatiedatum 2020-06-16
Beoordeling 4.23/5 Totaal 13 Beoordelingen
Ontwikkelaar https://wpmonitor.online
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/rizwansoaib/whatsapp-monitor
Help Pagina-URL https://github.com/rizwansoaib/whatsapp-monitor
URL van de Privacybeleid Pagina https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
Ondersteunde Talen 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\/*"
    ]
}