JONI
Supertool For WhatsApp
JONI란 무엇입니까?
JONI은(는) https://joni.pyrogss.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supertool For WhatsApp"입니다.
확장 프로그램 스크린샷
JONI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* Bulk Sender Send personal message to a list of contacts or groups. Use any data field from the list in your message to give it a personal touch * Scheduled Messages Schedule messages for chats with contacts or groups. You can set expiration, cancel on receive and repeat every hour / day / week / month / year * Reminders Schedule a message reminders for follow-ups * Calendar Events Create a calendar event from any message in any calendar (Google, Outlook, Office 365 and any Desktop mail app) * Extensions JONI supports other extensions to integrate with other systems like monday.com & Pipedrive * Quick Replies Increase you productivity by using quick replies and write you messages faster than ever * Notes Attach note for each chat for better chat follow up * Webhook Integrate your systems with JONI to send WhatsApp messages. * Chat By Mobile Start new chat by mobile number, even if it's not stored in your personal contacts * Export Contacts Export any contact, personal contacts and group participants into excel file * Load Contacts Load contacts / group participants directly or load contacts from excel file into Bulk Sender ============================================================================ JONI is an independent software developed by pYrogss Ltd and does not have any business relations with WhatsApp nor monday.com nor Pipedrive
확장 프로그램 기본 정보
이름 | JONI |
ID | aakppiadmnaeffmjijolmgmkcfhpglbh |
공식 URL | https://chromewebstore.google.com/detail/joni/aakppiadmnaeffmjijolmgmkcfhpglbh |
설명 | Supertool For WhatsApp |
파일 크기 | 695 KB |
설치 횟수 | 28,559 |
현재 버전 | 12.8.44 |
최근 업데이트 | 2024-03-05 |
출시 날짜 | 2021-03-21 |
평점 | 4.76/5 총 34 개의 평점 |
개발자 | https://joni.pyrogss.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://joni.pyrogss.com/ |
도움말 페이지 URL | https://joni.pyrogss.com/ |
개인정보 보호 정책 페이지 URL | https://joni.pyrogss.com/user-agreement |
지원되는 언어 | en,iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "short_name": "JONI", "name": "JONI", "version": "12.8.44", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "identity", "identity.email", "storage", "unlimitedStorage", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "webhook\/firebase-app.js", "webhook\/firebase-database.js", "loader.js" ] } ], "host_permissions": [ "https:\/\/web.whatsapp.com\/*" ], "background": { "service_worker": "serviceworker.js" }, "icons": { "16": "imgs\/16b.png", "32": "imgs\/32b.png", "128": "imgs\/128b.png" }, "web_accessible_resources": [ { "resources": [ "\/imgs\/*.png", "\/webhook\/*.js", "*.js", "*.json" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |