Desktop WA - online messenger

Get convenient access to your messages in WhatsApp. Receive notification for a new messages. WhatsApp non official App.

Τι είναι το Desktop WA - online messenger;

Το Desktop WA - online messenger είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον WhtsApp, και η κύρια λειτουργία του είναι "Get convenient access to your messages in WhatsApp. Receive notification for a new messages. WhatsApp non official App.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Desktop WA - online messenger

Λήψη αρχείων επέκτασης Desktop WA - online messenger σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Desktop WA - online messenger

The WhatsApp  Desktop app doesn't require a desktop version of WhatsApp on your PC/ installed.


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.

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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Desktop WA - online messenger Desktop WA - online messenger
ID ndhodhgmjkljkgmigfhlhhcbebmbnbhl
Επίσημο URL https://chrome.google.com/webstore/detail/desktop-wa-online-messeng/ndhodhgmjkljkgmigfhlhhcbebmbnbhl
Περιγραφή Get convenient access to your messages in WhatsApp. Receive notification for a new messages. WhatsApp non official App.
Μέγεθος Αρχείου 147 KB
Αριθμός Εγκαταστάσεων 50,000
Τρέχουσα Έκδοση 1.1.5.3
Τελευταία Ενημέρωση 2022-09-13
Ημερομηνία Δημοσίευσης 2021-05-10
Αξιολόγηση 3.67/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής WhtsApp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5.3",
    "manifest_version": 2,
    "short_name": "whatsapp-web",
    "name": "__MSG_extName__",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "web_accessible_resources": [
        "data\/content_script\/icons\/*",
        "data\/content_script\/inject\/inject.css"
    ],
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.web.whatsapp.com\/*"
    ],
    "browser_action": {
        "default_popup": "data\/content_script\/panel.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.web.whatsapp.com\/*"
            ],
            "js": [
                "data\/content_script\/inject\/inject.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "data\/content_script\/inject\/common.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"
    }
}