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

Qu'est-ce que Desktop WhatsA - online messenger ?

Desktop WhatsA - online messenger est une extension Chrome développée par petrainker55, et sa fonction principale est "Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Desktop WhatsA - online messenger

Téléchargez les fichiers d'extension Desktop WhatsA - online messenger 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

                        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.                    

Informations de Base sur l'Extension

Nom Desktop WhatsA - online messenger Desktop WhatsA - online messenger
ID ehcanhoaekbglbenfcoeacjibmmllgjf
URL Officiel https://chromewebstore.google.com/detail/desktop-whatsa-online-mes/ehcanhoaekbglbenfcoeacjibmmllgjf
Description Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp
Taille du Fichier 199 KB
Nombre d'Installations 20,000
Version Actuelle 1.1.5.6
Dernière Mise à Jour 2024-02-27
Date de Publication 2022-10-20
Évaluation 3.22/5 Total 9 Évaluations
Développeur petrainker55
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}