MONI
Connecting WhatsApp & monday.com
MONI là gì?
MONI là một tiện ích mở rộng Chrome được phát triển bởi https://joni.pyrogss.com/moni, và tính năng chính của nó là "Connecting WhatsApp & monday.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MONI
Tải xuống các tệp mở rộng MONI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MONI |
ID | egpclpldebajaofedakibgoocafliaol |
URL Chính Thức | https://chromewebstore.google.com/detail/moni/egpclpldebajaofedakibgoocafliaol |
Mô tả | Connecting WhatsApp & monday.com |
Kích Thước Tệp | 81.48 KB |
Số Lần Cài Đặt | 974 |
Phiên Bản Hiện Tại | 1.0.22 |
Cập Nhật Lần Cuối | 2024-02-05 |
Ngày Phát Hành | 2022-07-05 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://joni.pyrogss.com/moni |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://joni.pyrogss.com/moni/ |
URL Trang Trợ Giúp | https://joni.pyrogss.com/moni/ |
URL Trang Chính Sách Bảo Mật | https://joni.pyrogss.com/user-agreement |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |