MONI
Connecting WhatsApp & monday.com
Qu'est-ce que MONI ?
MONI est une extension Chrome développée par https://joni.pyrogss.com/moni, et sa fonction principale est "Connecting WhatsApp & monday.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MONI
Téléchargez les fichiers d'extension MONI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | MONI |
ID | egpclpldebajaofedakibgoocafliaol |
URL Officiel | https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol |
Description | Connecting WhatsApp & monday.com |
Taille du Fichier | 81.48 KB |
Nombre d'Installations | 974 |
Version Actuelle | 1.0.22 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2022-07-05 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://joni.pyrogss.com/moni |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://joni.pyrogss.com/moni/ |
URL de la Page d'Aide | https://joni.pyrogss.com/moni/ |
URL de la Page de Politique de Confidentialité | https://joni.pyrogss.com/user-agreement |
Langues Prises en Charge | 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\/*" ] } ] } |