whatsapp-chrome-ext

Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019

¿Qué es whatsapp-chrome-ext?

whatsapp-chrome-ext es una extensión de Chrome desarrollada por http://idanizi.com, y su función principal es "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión whatsapp-chrome-ext

Descarga archivos de extensión whatsapp-chrome-ext 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

                        WhatsApp chrome extension for sending direct message to a phone number without the need
of saving it to your contacts.                    

Información Básica de la Extensión

Nombre whatsapp-chrome-ext whatsapp-chrome-ext
ID pnahcacfebfjanhjfglbpppnhgogoknm
URL Oficial https://chrome.google.com/webstore/detail/whatsapp-chrome-ext/pnahcacfebfjanhjfglbpppnhgogoknm
Descripción Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich © 2019
Tamaño del Archivo 2.43 MB
Cantidad de Instalaciones 25
Versión Actual 1.0.2
Última Actualización 2020-07-18
Fecha de Publicación 2020-07-18
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://idanizi.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/idanizi/whatsapp-chrome-ext
URL de la Página de Ayuda https://github.com/idanizi/whatsapp-chrome-ext/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "whatsapp-chrome-ext",
    "version": "1.0.2",
    "description": "Chrome extension for texting to WhatsApp without saving the number, by Idan Izicovich \u00a9 2019",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/icons\/icon.png",
        "default_popup": ".\/src\/popup\/popup.html"
    },
    "author": "Idan Izicovich",
    "background": {
        "scripts": [
            ".\/src\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}