Desktop WhatsA - online messenger

Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp

Was ist Desktop WhatsA - online messenger?

Desktop WhatsA - online messenger ist eine Chrome-Erweiterung, die von petrainker55 entwickelt wurde, und ihr Hauptmerkmal ist "Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp".

Erweiterungsscreenshots

screenshot

Desktop WhatsA - online messenger-Erweiterungs-CRX-Datei herunterladen

Laden Sie Desktop WhatsA - online messenger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        WhatsApp Web
Simple Whatsapp Web shortcut!

Desktop WhatsA - online messenger or web version for whatsapp messenger. 
The whatsapp Desktop app doesn't require a desktop version of whatsapp on your PC/ installed.

Chat in desktop App for WhatsApp and get instant notifications of new messages in your browser without opening WhatsApp website

Whatsapp Web and Desktop apps are an extension on your Browser.

They mirror all the conversations and messages you have on the WhatsApp app on your phone and allow you to see them all and reply to them all on your PC or Mac using your computer's keyboard instead of the keyboard on your smartphone.

Enables always-on desktop notifications: Chrome will run in background mode permanently, keeping track and showing your whatsapp notifications instantly. You can click on the notifications to go directly to the relevant chat.

As a bonus this app will always control that there is only one WhatsApp tab opened in your browser

Some important features:
1. A comprehensive whatsapp Web client right in your browser's toolbar popup UI.
2. Notifies you (via badge icon text) every time something happens on WhatsApp within the people in your chat list.
The official whatsapp software is only released for smart phones and web.

WhatsApp is a registered trademark WhatsApp Inc. WhatsApp Desktop App is not related to the corporation and developed as an independent project. This extension is not related in any way to WhatsApp Inc.

Our extension is in a partnership with Admitad (https://admitad.com/). We use this service only for link affilication. We DO NOT save any of your search queries nor are we making any rewards from your search queries. We can receive a reward for sales that happen after users click on the affiliate links. You can learn more about the process in Admitad's privacy policy at https://terms.admitad.com/en/privacy-policy/for-end-users/. The ads associated with this partnership do not interfere with any third-party website, in-app, or native advertising in any way.                    

Grundlegende Informationen zur Erweiterung

Name Desktop WhatsA - online messenger Desktop WhatsA - online messenger
ID ehcanhoaekbglbenfcoeacjibmmllgjf
Offizielle URL https://chromewebstore.google.com/detail/desktop-whatsa-online-mes/ehcanhoaekbglbenfcoeacjibmmllgjf
Beschreibung Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp
Dateigröße 199 KB
Installationsanzahl 20,000
Aktuelle Version 1.1.5.6
Letztes Update 2024-02-27
Veröffentlichungsdatum 2022-10-20
Bewertung 3.22/5 Insgesamt 9 Bewertungen
Entwickler petrainker55
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5.6",
    "manifest_version": 3,
    "short_name": "whatsapp-web",
    "name": "__MSG_extName__",
    "background": {
        "service_worker": "lib\/chrome\/chrome.js",
        "type": "module"
    },
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "options_ui": {
        "page": "data\/options\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.web.whatsapp.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.bing.com\/*",
                "*:\/\/*.google.de\/*",
                "*:\/\/*.google.it\/*",
                "*:\/\/*.google.es\/*",
                "*:\/\/*.google.ca\/*",
                "*:\/\/*.google.fr\/*",
                "*:\/\/*.google.nl\/*",
                "*:\/\/*.google.no\/*",
                "*:\/\/*.google.pl\/*",
                "*:\/\/*.google.at\/*",
                "*:\/\/*.google.co.in\/*"
            ],
            "js": [
                "data\/include\/jquery.js",
                "data\/include\/jquery.pep.js",
                "data\/search\/index.js",
                "data\/content_script\/inject\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png",
            "128": "data\/icons\/128.png"
        }
    }
}