WhatsApp™ Web

Send and receive WhatsApp messages on your computer.

Vad är WhatsApp™ Web?

WhatsApp™ Web är en Chrome-tillägg utvecklad av http://wapptab.com, och dess huvudfunktion är "Send and receive WhatsApp messages on your computer.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner WhatsApp™ Web-förlängningens CRX-fil

Ladda ner WhatsApp™ Web-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

Shortcut to WhatsApp Web.

Simply click the icon and start chatting with WhatsApp Web on your Desktop, PC or Laptop! 
Or right-mouse-click to open WhatsApp Web in the options menu.





This web extension is not related in any way to WhatsApp Web LLC.                    

Grundläggande Information om Tillägg

Namn WhatsApp™ Web WhatsApp™ Web
ID dklfljljlclneheddjgogchhcpibpekf
Officiell webbadress https://chrome.google.com/webstore/detail/whatsapp-web/dklfljljlclneheddjgogchhcpibpekf
Beskrivning Send and receive WhatsApp messages on your computer.
Filstorlek 25.96 KB
Antal Installationer 5,000
Aktuell Version 1.2
Senast Uppdaterad 2021-10-22
Publiceringsdatum 2021-02-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://wapptab.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://wapptab.com
Stödda Språk en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "bgr-page.js"
        ]
    },
    "browser_action": {
        "default_icon": "i24px.png",
        "default_title": "WhatsApp\u2122 Web"
    },
    "description": "Send and receive WhatsApp messages on your computer.",
    "icons": {
        "128": "i128px.png",
        "16": "i24px.png",
        "48": "i48px.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "WhatsApp\u2122 Web",
    "offline_enabled": true,
    "options_page": "options-page.html",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}