MONI

Connecting WhatsApp & monday.com

MONI क्या है?

MONI https://joni.pyrogss.com/moni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connecting WhatsApp & monday.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MONI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम MONI MONI
ID egpclpldebajaofedakibgoocafliaol
आधिकारिक URL https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol
विवरण Connecting WhatsApp & monday.com
फ़ाइल का आकार 81.48 KB
स्थापना संख्या 974
वर्तमान संस्करण 1.0.22
अंतिम अपडेट 2024-02-05
प्रकाशन तिथि 2022-07-05
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://joni.pyrogss.com/moni
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://joni.pyrogss.com/moni/
सहायता पृष्ठ URL https://joni.pyrogss.com/moni/
गोपनीयता नीति पृष्ठ URL https://joni.pyrogss.com/user-agreement
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}