Open in Whatsapp (unofficial)

An extension which allows you to paste a phone number and open it in Whatsapp web.

Hvad er Open in Whatsapp (unofficial)?

Open in Whatsapp (unofficial) er en Chrome-udvidelse udviklet af nadav.goldstein96, og dens hovedfunktion er "An extension which allows you to paste a phone number and open it in Whatsapp web.".

Udvidelsesskærmbilleder

screenshot

Download Open in Whatsapp (unofficial)-udvidelses-CRX-fil

Download Open in Whatsapp (unofficial)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        We all know the pain of opening chat of unregistered number in whatsapp, either on the phone were you have to add the number to your contacts, or on the web where you have to use a special link.

This extension aims to solve the latter, by allowing you in browser to submit the phone number and open it automatically in whatsapp web.                    

Grundlæggende oplysninger om udvidelsen

Navn Open in Whatsapp (unofficial) Open in Whatsapp (unofficial)
ID dhahfnfifhlgcecgkgdklkkbmeibmogg
Officiel URL https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg
Beskrivelse An extension which allows you to paste a phone number and open it in Whatsapp web.
Filstørrelse 136 KB
Antal Installationer 144
Nuværende Version 1.2
Senest Opdateret 2021-03-25
Udgivelsesdato 2021-03-25
Udvikler nadav.goldstein96
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "browser_action": {
        "default_icon": "images\/chrome-icon.png",
        "default_popup": "src\/main.html",
        "default_title": "Open in Whatsapp (unofficial)"
    },
    "description": "An extension which allows you to paste a phone number and open it in Whatsapp web.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Open in Whatsapp (unofficial)",
    "permissions": [
        "https:\/\/wa.me\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}