MONI

Connecting WhatsApp & monday.com

Was ist MONI?

MONI ist eine Chrome-Erweiterung, die von https://joni.pyrogss.com/moni entwickelt wurde, und ihr Hauptmerkmal ist "Connecting WhatsApp & monday.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MONI-Erweiterungs-CRX-Datei herunterladen

Laden Sie MONI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MONI MONI
ID egpclpldebajaofedakibgoocafliaol
Offizielle URL https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol
Beschreibung Connecting WhatsApp & monday.com
Dateigröße 81.48 KB
Installationsanzahl 974
Aktuelle Version 1.0.22
Letztes Update 2024-02-05
Veröffentlichungsdatum 2022-07-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://joni.pyrogss.com/moni
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://joni.pyrogss.com/moni/
Hilfeseite URL https://joni.pyrogss.com/moni/
URL der Datenschutzrichtlinien-Seite https://joni.pyrogss.com/user-agreement
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}