FindBride ChatOS Multi-account chats

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

What is FindBride ChatOS Multi-account chats?

FindBride ChatOS Multi-account chats is a Chrome extension developed by https://chatoptimizer.com, and its main feature is "ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.".

Extension Screenshots

screenshot
screenshot
screenshot

Download FindBride ChatOS Multi-account chats Extension CRX File

Download FindBride ChatOS Multi-account chats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name FindBride ChatOS Multi-account chats FindBride ChatOS Multi-account chats
ID nmnlpnfllebebmaknhfjfhalagcpodje
Official 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
Description ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.
File Size 3.03 MB
Installation Count 421
Current Version 1.2.3
Last Updated 2024-02-08
Publish Date 2020-07-02
Developer https://chatoptimizer.com
Email [email protected]
Payment Type in_app
Extension Website https://chatoptimizer.com/
Help Page URL https://chatoptimizer.com/
Privacy Policy Page URL https://chatoptimizer.com/politika-konfidencialnosti
Supported Languages 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"
            ]
        }
    ]
}