MONI
Connecting WhatsApp & monday.com
Vad är MONI?
MONI är en Chrome-tillägg utvecklad av https://joni.pyrogss.com/moni, och dess huvudfunktion är "Connecting WhatsApp & monday.com".
Tilläggsskärmbilder
Ladda ner MONI-förlängningens CRX-fil
Ladda ner MONI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | MONI |
ID | egpclpldebajaofedakibgoocafliaol |
Officiell webbadress | https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol |
Beskrivning | Connecting WhatsApp & monday.com |
Filstorlek | 81.48 KB |
Antal Installationer | 974 |
Aktuell Version | 1.0.22 |
Senast Uppdaterad | 2024-02-05 |
Publiceringsdatum | 2022-07-05 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://joni.pyrogss.com/moni |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://joni.pyrogss.com/moni/ |
Hjälpsida URL | https://joni.pyrogss.com/moni/ |
URL till Sekretesspolicy Sidan | https://joni.pyrogss.com/user-agreement |
Stödda Språk | 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\/*" ] } ] } |