MONI

Connecting WhatsApp & monday.com

Cos'è MONI?

MONI è un'estensione di Chrome sviluppata da https://joni.pyrogss.com/moni, e la sua funzione principale è "Connecting WhatsApp & monday.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MONI

Scarica i file di estensione MONI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MONI MONI
ID egpclpldebajaofedakibgoocafliaol
URL Ufficiale https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol
Descrizione Connecting WhatsApp & monday.com
Dimensione del File 81.48 KB
Conteggio Installazioni 974
Versione Corrente 1.0.22
Ultimo Aggiornamento 2024-02-05
Data di Pubblicazione 2022-07-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://joni.pyrogss.com/moni
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://joni.pyrogss.com/moni/
URL della Pagina di Aiuto https://joni.pyrogss.com/moni/
URL della Pagina della Politica sulla Privacy https://joni.pyrogss.com/user-agreement
Lingue Supportate 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\/*"
            ]
        }
    ]
}