MONI
Connecting WhatsApp & monday.com
What is MONI?
MONI is a Chrome extension developed by https://joni.pyrogss.com/moni, and its main feature is "Connecting WhatsApp & monday.com".
Extension Screenshots
Download MONI Extension CRX File
Download MONI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | MONI |
ID | egpclpldebajaofedakibgoocafliaol |
Official URL | https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol |
Description | Connecting WhatsApp & monday.com |
File Size | 81.48 KB |
Installation Count | 974 |
Current Version | 1.0.22 |
Last Updated | 2024-02-05 |
Publish Date | 2022-07-05 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://joni.pyrogss.com/moni |
[email protected] | |
Payment Type | free |
Extension Website | https://joni.pyrogss.com/moni/ |
Help Page URL | https://joni.pyrogss.com/moni/ |
Privacy Policy Page URL | https://joni.pyrogss.com/user-agreement |
Supported Languages | 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\/*" ] } ] } |