FindBride ChatOS Multi-account chats

ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.

Что такое FindBride ChatOS Multi-account chats?

FindBride ChatOS Multi-account chats - это расширение Chrome, разработанное https://chatoptimizer.com, и его основная функция - "ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения FindBride ChatOS Multi-account chats

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

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

                        FindBride.com - Multi-account chats
ChatOS Multi-account  - a program for sending invitations and chatting on any number of profiles in one tab.

- unlimited number of profiles to work
- Minichat - any number of chats in one window
- the widest set of recipient audiences
- the ability to work with the agency's internal list of prospective recipients
- Agency autopilot - sending ready-made, highly converting agency invitations without user creativity
- comfortable activity on the site - information on all profiles and their men in sight right in the working window
- forcible mode  for sending - a way to guarantee attention to the profile
- notes about guys (create personal and access to existing notes of users within the agency)
- sending media: stickers, photos, videos
- smart notification system - don't miss any incoming message
- automatic translation (translator of outgoing and automatic translation of incoming messages from a man)
- control of financial rewards by profiles
- activity statistics and history with rating
- user support - online support and consultations directly from the site page
- 3 free test days for each questionnaire
- the best conditions for cooperation - loyalty programs

Details -  chatoptimizer.com

Start being productive with ChatOS!                    

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

Название FindBride ChatOS Multi-account chats FindBride ChatOS Multi-account chats
ID nmnlpnfllebebmaknhfjfhalagcpodje
Официальный URL https://chrome.google.com/webstore/detail/findbride-chatos-%D0%BC%D1%83%D0%BB%D1%8C%D1%82%D0%B8%D0%B0%D0%BA/nmnlpnfllebebmaknhfjfhalagcpodje
Описание ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.
Размер файла 3.03 MB
Количество установок 421
Текущая Версия 1.2.3
Последнее Обновление 2024-02-08
Дата публикации 2020-07-02
Разработчик https://chatoptimizer.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://chatoptimizer.com/
URL страницы помощи https://chatoptimizer.com/
URL страницы политики конфиденциальности https://chatoptimizer.com/politika-konfidencialnosti
Поддерживаемые языки en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "img\/16.png",
        "default_popup": "index.live.html",
        "default_title": "FindBride ChatOS \u041c\u0443\u043b\u044c\u0442\u0438\u0430\u043a\u043a\u0430\u0443\u043d\u0442 \u0447\u0430\u0442\u044b"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/svadba.css",
                "css\/profileContent.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/translations.js",
                "js\/cookie.js",
                "js\/profileContent.js",
                "js\/hashchange.js"
            ],
            "matches": [
                "*:\/\/*.findbride.com\/chat*",
                "*:\/\/*.findbr.net\/chat*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/svadba.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/cookie.js",
                "js\/content.live.js",
                "js\/hashchange.js"
            ],
            "matches": [
                "*:\/\/*.findbride.com\/chat*",
                "*:\/\/*.findbr.net\/chat*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/svadba_helper.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/translations.js",
                "js\/svadba_helper.js"
            ],
            "matches": [
                "*:\/\/*.findbride.com\/main",
                "*:\/\/*.findbr.net\/main"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "*:\/\/*.googleapis.com\/*",
        "*:\/\/*.telegra.ph\/*",
        "*:\/\/*.findbride.com\/*",
        "*:\/\/*.findbr.net\/*",
        "*:\/\/*.chatoptimizer.com\/*"
    ],
    "icons": {
        "128": "img\/128.png",
        "16": "img\/16.png",
        "48": "img\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "tabs",
        "activeTab",
        "notifications",
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "version": "1.2.3",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/tawk.js",
                "js\/tawkOnload.js",
                "js\/findResize.js"
            ]
        }
    ]
}