Online Monitor for WhatsApp

Online Monitor WhatsApp Web

Vad är Online Monitor for WhatsApp?

Online Monitor for WhatsApp är en Chrome-tillägg utvecklad av https://wpmonitor.online, och dess huvudfunktion är "Online Monitor WhatsApp Web".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Online Monitor for WhatsApp-förlängningens CRX-fil

Ladda ner Online Monitor for WhatsApp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
Officiell webbadress https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
Beskrivning Online Monitor WhatsApp Web
Filstorlek 130 KB
Antal Installationer 5,589
Aktuell Version 3.1
Senast Uppdaterad 2023-09-07
Publiceringsdatum 2020-06-16
Betyg 4.23/5 Totalt 13 Betyg
Utvecklare https://wpmonitor.online
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/rizwansoaib/whatsapp-monitor
Hjälpsida URL https://github.com/rizwansoaib/whatsapp-monitor
URL till Sekretesspolicy Sidan https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
Stödda Språk 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\/*"
    ]
}