Easy Sender for WhatsApp™

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

¿Qué es Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™ es una extensión de Chrome desarrollada por Gabriel Esteves Messas, y su función principal es "Send WhatsApp™ messages without having to add the contact, just select the number".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Easy Sender for WhatsApp™

Descarga archivos de extensión Easy Sender for WhatsApp™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
URL Oficial https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Descripción Send WhatsApp™ messages without having to add the contact, just select the number
Tamaño del Archivo 26.11 KB
Cantidad de Instalaciones 5,343
Versión Actual 1.2
Última Actualización 2022-10-24
Fecha de Publicación 2020-05-28
Calificación 3.83/5 Total de 6 Calificaciones
Desarrollador Gabriel Esteves Messas
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
URL de la Página de Ayuda https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Idiomas Soportados 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"
    }
}