Easy WhatsApp

Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.

Qu'est-ce que Easy WhatsApp ?

Easy WhatsApp est une extension Chrome développée par Niv Kaufman, et sa fonction principale est "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy WhatsApp

Téléchargez les fichiers d'extension Easy WhatsApp 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

                        Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.                    

Informations de Base sur l'Extension

Nom Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
URL Officiel https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Description Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
Taille du Fichier 101 KB
Nombre d'Installations 47
Version Actuelle 1.0
Dernière Mise à Jour 2021-02-20
Date de Publication 2021-02-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Niv Kaufman
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy WhatsApp",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Easy WhatsApp"
    },
    "icons": {
        "16": "whatsapp.png",
        "48": "whatsapp.png",
        "128": "whatsapp.png"
    }
}