ChatHelper – Tool for OnlyFans Creators

ChatHelper – Tool for OnlyFans Creators & Agencies. Manage your profile like a pro: CRM, Auto Messages & Follower, AI and more!

Что такое ChatHelper – Tool for OnlyFans Creators?

ChatHelper – Tool for OnlyFans Creators - это расширение Chrome, разработанное https://chathelper.ai, и его основная функция - "ChatHelper – Tool for OnlyFans Creators & Agencies. Manage your profile like a pro: CRM, Auto Messages & Follower, AI and more!".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ChatHelper – Tool for OnlyFans Creators

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

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

                        👉The only extension for OnlyFans that doesn't collect your credential data. We even don't have cookies permission. 

More information how we work on website: https://chathelper.ai/#features

Here's a short rundown of what's we have now:

🤖 1. ChatGPT (GPT4) fast answer – Config Your Prompts for each OnlyFans Account with sync between your chatters. 
📔 2. Templates support for your answers with sync. 
✍️ 3. Mass Messages to Priority: to fans online or your lists, all kinds of filters, sync with your cabinet.
🖌 4. Mark dialogs and share between chatters for simultaneous operation of several chatters
💬 5. Dialogs marks in chat ($ Spent, New, Expired, Rebill Off).
🎨 6. Emojis hot buttons in chat menu.
👥 7. Fans Online, Last Subscribers, Last Comments, Last Likes – real-time list with chat button and filters.
📈 8. Fan info: subscribe info, purchases media, purchases prices history, custom lists.
📊 9. Fan CRM Profile (with sync between operators) & fast note area.
📹 10. Marks for media vault (what was buy, sent, not sold).

📰 News & Changelogs: https://t.me/chathelper_news
🌐 Website: https://chathelper.ai                    

Основная информация о расширении

Название ChatHelper – Tool for OnlyFans Creators ChatHelper – Tool for OnlyFans Creators
ID dcblplomdljcfbdobajhnonpebnmmnfg
Официальный URL https://chromewebstore.google.com/detail/chathelper-%E2%80%93-tool-for-onl/dcblplomdljcfbdobajhnonpebnmmnfg
Описание ChatHelper – Tool for OnlyFans Creators & Agencies. Manage your profile like a pro: CRM, Auto Messages & Follower, AI and more!
Размер файла 1.83 MB
Количество установок 659
Текущая Версия 1.0.17
Последнее Обновление 2024-02-25
Дата публикации 2023-03-14
Рейтинг 5.00/5 Всего 16 оценок
Разработчик https://chathelper.ai
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://chathelper.ai
URL страницы помощи https://t.me/chathelper_ai
URL страницы политики конфиденциальности https://chathelper.ai/privacy
Поддерживаемые языки en,ru
manifest.json
{
    "action": {
        "default_icon": "assets\/img\/icon-34.png",
        "default_popup": "assets\/html\/popup\/index.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/bundle.css"
            ],
            "js": [
                "assets\/js\/libs\/flatpickr.js",
                "assets\/js\/libs\/sweetalert2.min.js",
                "assets\/js\/main.js",
                "assets\/js\/libs\/bootstrap.bundle.min.js",
                "assets\/js\/libs\/tom-select.complete.min.js",
                "assets\/js\/libs\/chart.umd.min.js",
                "assets\/js\/libs\/chartjs-plugin-datalabels.min.js"
            ],
            "matches": [
                "https:\/\/onlyfans.com\/*"
            ]
        }
    ],
    "description": "ChatHelper \u2013 Tool for OnlyFans Creators & Agencies. Manage your profile like a pro: CRM, Auto Messages & Follower, AI and more!",
    "host_permissions": [
        "https:\/\/onlyfans.com\/*",
        "https:\/\/www.onlyfans.com\/*"
    ],
    "icons": {
        "128": "assets\/img\/icon-128.png"
    },
    "manifest_version": 3,
    "name": "ChatHelper \u2013 Tool for OnlyFans Creators",
    "permissions": [
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.17",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/html\/app\/*.html",
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/webfonts\/fa-solid-900.woff2",
                "assets\/img\/icon-128.png",
                "assets\/img\/icon-34.png",
                "assets\/img\/chatGPT.png",
                "assets\/img\/collect.gif",
                "assets\/img\/loading.gif",
                "assets\/img\/saved.gif",
                "assets\/img\/template-icon.jpg",
                "_locales\/*"
            ]
        }
    ]
}