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

Vad är Desktop WhatsA - online messenger?

Desktop WhatsA - online messenger är en Chrome-tillägg utvecklad av petrainker55, och dess huvudfunktion är "Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp".

Tilläggsskärmbilder

screenshot

Ladda ner Desktop WhatsA - online messenger-förlängningens CRX-fil

Ladda ner Desktop WhatsA - online messenger-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

                        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.                    

Grundläggande Information om Tillägg

Namn Desktop WhatsA - online messenger Desktop WhatsA - online messenger
ID ehcanhoaekbglbenfcoeacjibmmllgjf
Officiell webbadress https://chromewebstore.google.com/detail/desktop-whatsa-online-mes/ehcanhoaekbglbenfcoeacjibmmllgjf
Beskrivning Get access to messages in WhatsApp. Chat in desktop App for WhatsApp. Receive notification for a new messages. Non official WhatsApp
Filstorlek 199 KB
Antal Installationer 20,000
Aktuell Version 1.1.5.6
Senast Uppdaterad 2024-02-27
Publiceringsdatum 2022-10-20
Betyg 3.22/5 Totalt 9 Betyg
Utvecklare petrainker55
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}