FindBride ChatOS Multi-account chats

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

O que é FindBride ChatOS Multi-account chats?

FindBride ChatOS Multi-account chats é uma extensão do Chrome desenvolvida por https://chatoptimizer.com, e sua principal característica é "ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FindBride ChatOS Multi-account chats

Baixe arquivos de extensão FindBride ChatOS Multi-account chats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome FindBride ChatOS Multi-account chats FindBride ChatOS Multi-account chats
ID nmnlpnfllebebmaknhfjfhalagcpodje
URL Oficial 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
Descrição ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.
Tamanho do Arquivo 3.03 MB
Contagem de Instalações 421
Versão Atual 1.2.3
Última Atualização 2024-02-08
Data de Publicação 2020-07-02
Desenvolvedor https://chatoptimizer.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://chatoptimizer.com/
URL da Página de Ajuda https://chatoptimizer.com/
URL da Página de Política de Privacidade https://chatoptimizer.com/politika-konfidencialnosti
Idiomas Suportados 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"
            ]
        }
    ]
}