MONI

Connecting WhatsApp & monday.com

Co to jest MONI?

MONI to rozszerzenie Chrome opracowane przez https://joni.pyrogss.com/moni, a jego główną funkcją jest „Connecting WhatsApp & monday.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MONI

Pobierz pliki rozszerzeń MONI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MONI MONI
ID egpclpldebajaofedakibgoocafliaol
Oficjalny URL https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol
Opis Connecting WhatsApp & monday.com
Rozmiar pliku 81.48 KB
Liczba instalacji 974
Aktualna Wersja 1.0.22
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2022-07-05
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://joni.pyrogss.com/moni
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://joni.pyrogss.com/moni/
Adres URL Strony Pomocy https://joni.pyrogss.com/moni/
Adres URL Strony Polityki Prywatności https://joni.pyrogss.com/user-agreement
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}