MONI

Connecting WhatsApp & monday.com

¿Qué es MONI?

MONI es una extensión de Chrome desarrollada por https://joni.pyrogss.com/moni, y su función principal es "Connecting WhatsApp & monday.com".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MONI

Descarga archivos de extensión MONI 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

                        MONI is a JONI extension that creates a bridge between monday.com web app and WhatsApp Web

After you add JONI and MONI to chrome you can open WhatsApp chats, create item's and updates for them without leaving your monday.com tab

*Click To Chat
Open chat by clicking any phone field in your boards or by mobile number

*Open Contact's Item
Click chat's header to go to contact's item. If contact's item not found MONI will prompt you to create a new item for it

*Create Updates
Use 'Selection Mode' to create update with selected messages. If contact's item not found MONI will prompt you to create a new item for it

============================================================================

MONI is an independent software developed by pYrogss Ltd and does not have any business relations with WhatsApp nor monday.com                    

Información Básica de la Extensión

Nombre MONI MONI
ID egpclpldebajaofedakibgoocafliaol
URL Oficial https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol
Descripción Connecting WhatsApp & monday.com
Tamaño del Archivo 81.48 KB
Cantidad de Instalaciones 974
Versión Actual 1.0.22
Última Actualización 2024-02-05
Fecha de Publicación 2022-07-05
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://joni.pyrogss.com/moni
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://joni.pyrogss.com/moni/
URL de la Página de Ayuda https://joni.pyrogss.com/moni/
URL de la Página de Política de Privacidad https://joni.pyrogss.com/user-agreement
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "MONI",
    "name": "MONI",
    "version": "1.0.22",
    "description": "Connecting WhatsApp & monday.com",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.monday.com\/*"
            ],
            "js": [
                "loader.js"
            ]
        }
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "icons": {
        "16": "imgs\/16b.png",
        "32": "imgs\/32b.png",
        "128": "imgs\/128b.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/imgs\/*.png",
                "*.js",
                "\/modules\/*.js",
                "\/modules\/*.html",
                "*.json"
            ],
            "matches": [
                "https:\/\/*.monday.com\/*"
            ]
        }
    ]
}