MONI
Connecting WhatsApp & monday.com
Что такое MONI?
MONI - это расширение Chrome, разработанное https://joni.pyrogss.com/moni, и его основная функция - "Connecting WhatsApp & monday.com".
Снимки экрана расширения
Скачать файл CRX расширения MONI
Скачайте файлы расширений MONI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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\/*" ] } ] } |