Online Monitor for WhatsApp

Online Monitor WhatsApp Web

Online Monitor for WhatsAppとは何ですか?

Online Monitor for WhatsAppはhttps://wpmonitor.onlineによって開発されたChromeの拡張機能で、その主な機能は「Online Monitor WhatsApp Web」です。

拡張機能のスクリーンショット

screenshot
screenshot

Online Monitor for WhatsApp拡張機能のCRXファイルをダウンロード

Online Monitor for WhatsApp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Online Monitor for WhatsApp Online Monitor for WhatsApp
ID emkoflhmeegjlabodebpfbkeicjppebi
公式URL https://chromewebstore.google.com/detail/online-monitor-for-whatsa/emkoflhmeegjlabodebpfbkeicjppebi
説明 Online Monitor WhatsApp Web
ファイルサイズ 130 KB
インストール数 5,589
現在のバージョン 3.1
最終更新日 2023-09-07
公開日 2020-06-16
評価 4.23/5 合計 13 レビュー
開発者 https://wpmonitor.online
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/rizwansoaib/whatsapp-monitor
ヘルプページのURL https://github.com/rizwansoaib/whatsapp-monitor
プライバシーポリシーページのURL https://github.com/rizwansoaib/whatsapp-monitor/blob/master/privacy.md
対応言語 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\/*"
    ]
}