Online Monitor for WhatsApp

Online Monitor WhatsApp Web

Qu'est-ce que Online Monitor for WhatsApp ?

Online Monitor for WhatsApp est une extension Chrome développée par https://wpmonitor.online, et sa fonction principale est "Online Monitor WhatsApp Web".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Online Monitor for WhatsApp

Téléchargez les fichiers d'extension Online Monitor for WhatsApp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
URL Officiel https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
Description Online Monitor WhatsApp Web
Taille du Fichier 130 KB
Nombre d'Installations 5,589
Version Actuelle 3.1
Dernière Mise à Jour 2023-09-07
Date de Publication 2020-06-16
Évaluation 4.23/5 Total 13 Évaluations
Développeur https://wpmonitor.online
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rizwansoaib/whatsapp-monitor
URL de la Page d'Aide https://github.com/rizwansoaib/whatsapp-monitor
URL de la Page de Politique de Confidentialité https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
Langues Prises en Charge 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\/*"
    ]
}