Online Monitor for WhatsApp

Online Monitor WhatsApp Web

Cos'è Online Monitor for WhatsApp?

Online Monitor for WhatsApp è un'estensione di Chrome sviluppata da https://wpmonitor.online, e la sua funzione principale è "Online Monitor WhatsApp Web".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Online Monitor for WhatsApp

Scarica i file di estensione Online Monitor for WhatsApp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
URL Ufficiale https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
Descrizione Online Monitor WhatsApp Web
Dimensione del File 130 KB
Conteggio Installazioni 5,589
Versione Corrente 3.1
Ultimo Aggiornamento 2023-09-07
Data di Pubblicazione 2020-06-16
Valutazione 4.23/5 Totale 13 Valutazioni
Sviluppatore https://wpmonitor.online
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rizwansoaib/whatsapp-monitor
URL della Pagina di Aiuto https://github.com/rizwansoaib/whatsapp-monitor
URL della Pagina della Politica sulla Privacy https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
Lingue Supportate 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\/*"
    ]
}