JONI

Supertool For WhatsApp

Что такое JONI?

JONI - это расширение Chrome, разработанное https://joni.pyrogss.com, и его основная функция - "Supertool For WhatsApp".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения JONI

Скачайте файлы расширений JONI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        * 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 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\/*"
            ]
        }
    ]
}