Desktop App for WhatsApp™ WEB

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

Τι είναι το Desktop App for WhatsApp™ WEB;

Το Desktop App for WhatsApp™ WEB είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chat.Apps, και η κύρια λειτουργία του είναι "Chat in desktop App for WhatsApp and get instant notifications of new messages in your browser without opening WhatsApp website".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Desktop App for WhatsApp™ WEB

Λήψη αρχείων επέκτασης Desktop App for WhatsApp™ WEB σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Do you constantly check your phone for new messages in WhatsApp? It's time to stop doing it. With this app you can get notifications of new messages in WhatsApp even when web.whatsapp.com is not opened! 

This app have a number of features:
- Get access to WhatsApp in a single click
- Get notifications (optionally with sound) of new messages without opening WhatsApp website
- Check number of new messages on the extension badge near your browser address bar

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

New nice feature features are coming! We welcome your feedback and questions.

This is not an official product for WhatsApp Web. This extension is not related in any way to WhatsApp Inc. WhatsApp is a trademark of WhatsApp Inc.                    

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

Όνομα Desktop App for WhatsApp™ WEB Desktop App for WhatsApp™ WEB
ID gjcnknhpkhmejbjfddcbgekmhbodanfa
Επίσημο URL https://chromewebstore.google.com/detail/desktop-app-for-whatsapp/gjcnknhpkhmejbjfddcbgekmhbodanfa
Περιγραφή Chat in desktop App for WhatsApp and get instant notifications of new messages in your browser without opening WhatsApp website
Μέγεθος Αρχείου 98.09 KB
Αριθμός Εγκαταστάσεων 50,000
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-06-29
Ημερομηνία Δημοσίευσης 2021-03-10
Αξιολόγηση 3.11/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής Chat.Apps
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://service-pages.info/extensions/privacy_policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,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",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.4",
    "browser_action": {
        "default_title": "__MSG_openApp__",
        "default_icon": {
            "19": "images\/19.png",
            "38": "images\/38.png"
        }
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "notification.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ]
}