App for WA Web

An easy-to-use and lite App for WhatsApp Web.

Τι είναι το App for WA Web;

Το App for WA Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chYer, και η κύρια λειτουργία του είναι "An easy-to-use and lite App for WhatsApp Web.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης App for WA Web

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

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

                        App for WA Web is the easiest way to open and check WhatsApp from your desktop machine (PC, MAC and Linux). Clicking on the launch button, renders WhatsApp Web in a standalone UI. Moreover, the window is re-sizable to your desired choice and all the changes are auto saved to the memory.

App for WA Web is a very lite Addon and does not add any additional burden to your browser. Moreover, the popup has a built-in "Always-On-Top" feature which makes the window remain always on top of other windows, and enables you to do multi-tasking.

Important Note: App for WA Web does NOT belong or related to the official WhatsApp application in any ways. It is an unofficial app that is developed and maintained independently. The official WhatsApp software is only released for smart phones and the web. This unofficial app (browser add-on) is a wrapper to the original WhatsApp web application and tries to make it usable as a browser plug-in.

When you open the popup, you will see a toolbar with 5 buttons at the top. Toolbar buttons are described in the screenshots (2nd picture). Note, after few seconds the toolbar will disappear by itself. But when you move the mouse to the top area, it will appear again.

Note: to start working with WhatsApp Web, you can read this FAQ page in WhatsApp website (https://www.whatsapp.com/faq/en/web/28080003).                    

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

Όνομα App for WA Web App for WA Web
ID bpocngoedbjmnmkngoohaccdmidcjjhm
Επίσημο URL https://chromewebstore.google.com/detail/app-for-wa-web/bpocngoedbjmnmkngoohaccdmidcjjhm
Περιγραφή An easy-to-use and lite App for WhatsApp Web.
Μέγεθος Αρχείου 46.89 KB
Αριθμός Εγκαταστάσεων 14,065
Τρέχουσα Έκδοση 0.1.6
Τελευταία Ενημέρωση 2017-06-17
Ημερομηνία Δημοσίευσης 2017-06-17
Αξιολόγηση 4.00/5 Συνολικά 49 Αξιολογήσεις
Προγραμματιστής chYer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://mybrowseraddon.com/whatsapp-web.html
Διεύθυνση URL της Σελίδας Βοήθειας http://mybrowseraddon.com/whatsapp-web.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 2,
    "name": "App for WA Web",
    "short_name": "whatsappwebapp",
    "web_accessible_resources": [
        "data\/icons\/*"
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "permissions": [
        "storage",
        "https:\/\/*.whatsapp.com\/*"
    ],
    "homepage_url": "http:\/\/mybrowseraddon.com\/whatsapp-web.html",
    "description": "An easy-to-use and lite App for WhatsApp Web.",
    "browser_action": {
        "default_icon": "data\/icons\/32.png",
        "default_title": "App for WA Web"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "js": [
                "data\/panel\/index.js"
            ],
            "css": [
                "data\/panel\/index.css"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "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"
    }
}