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은(는) https://chathelper.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatHelper – Tool for OnlyFans Creators & Agencies. Manage your profile like a pro: CRM, Auto Messages & Follower, AI and more!"입니다.
확장 프로그램 스크린샷
ChatHelper – Tool for OnlyFans Creators 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
👉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 |
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\/*" ] } ] } |