MONI
Connecting WhatsApp & monday.com
MONI란 무엇입니까?
MONI은(는) https://joni.pyrogss.com/moni에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connecting WhatsApp & monday.com"입니다.
확장 프로그램 스크린샷
MONI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |