Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

Qu'est-ce que Easy Sender for WhatsApp™ ?

Easy Sender for WhatsApp™ est une extension Chrome développée par Gabriel Esteves Messas, et sa fonction principale est "Send WhatsApp™ messages without having to add the contact, just select the number".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

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

                        Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option.

The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.                    

Informations de Base sur l'Extension

Nom Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
URL Officiel https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Description Send WhatsApp™ messages without having to add the contact, just select the number
Taille du Fichier 26.11 KB
Nombre d'Installations 5,343
Version Actuelle 1.2
Dernière Mise à Jour 2022-10-24
Date de Publication 2020-05-28
Évaluation 3.83/5 Total 6 Évaluations
Développeur Gabriel Esteves Messas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
URL de la Page d'Aide https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Langues Prises en Charge en,en-GB,en-US,es,es-419,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "default_locale": "en_US",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "Easy Sender.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "Easy Sender.png",
        "32": "Easy Sender.png",
        "48": "Easy Sender.png",
        "128": "Easy Sender.png"
    }
}