JONI

Supertool For WhatsApp

JONI là gì?

JONI là một tiện ích mở rộng Chrome được phát triển bởi https://joni.pyrogss.com, và tính năng chính của nó là "Supertool For WhatsApp".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JONI

Tải xuống các tệp mở rộng JONI 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

                        * 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JONI JONI
ID aakppiadmnaeffmjijolmgmkcfhpglbh
URL Chính Thức https://chromewebstore.google.com/detail/joni/aakppiadmnaeffmjijolmgmkcfhpglbh
Mô tả Supertool For WhatsApp
Kích Thước Tệp 695 KB
Số Lần Cài Đặt 28,559
Phiên Bản Hiện Tại 12.8.44
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2021-03-21
Đánh Giá 4.76/5 Tổng số 34 Đánh Giá
Nhà Phát Triển https://joni.pyrogss.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://joni.pyrogss.com/
URL Trang Trợ Giúp https://joni.pyrogss.com/
URL Trang Chính Sách Bảo Mật https://joni.pyrogss.com/user-agreement
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}