Open in Whatsapp (unofficial)

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

Qu'est-ce que Open in Whatsapp (unofficial) ?

Open in Whatsapp (unofficial) est une extension Chrome développée par nadav.goldstein96, et sa fonction principale est "An extension which allows you to paste a phone number and open it in Whatsapp web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open in Whatsapp (unofficial)

Téléchargez les fichiers d'extension Open in Whatsapp (unofficial) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open in Whatsapp (unofficial) Open in Whatsapp (unofficial)
ID dhahfnfifhlgcecgkgdklkkbmeibmogg
URL Officiel https://chrome.google.com/webstore/detail/open-in-whatsapp-unoffici/dhahfnfifhlgcecgkgdklkkbmeibmogg
Description An extension which allows you to paste a phone number and open it in Whatsapp web.
Taille du Fichier 136 KB
Nombre d'Installations 144
Version Actuelle 1.2
Dernière Mise à Jour 2021-03-25
Date de Publication 2021-03-25
Développeur nadav.goldstein96
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}