FindBride ChatOS Multi-account chats

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

Qu'est-ce que FindBride ChatOS Multi-account chats ?

FindBride ChatOS Multi-account chats est une extension Chrome développée par https://chatoptimizer.com, et sa fonction principale est "ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FindBride ChatOS Multi-account chats

Téléchargez les fichiers d'extension FindBride ChatOS Multi-account chats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FindBride ChatOS Multi-account chats FindBride ChatOS Multi-account chats
ID nmnlpnfllebebmaknhfjfhalagcpodje
URL Officiel 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.
Taille du Fichier 3.03 MB
Nombre d'Installations 421
Version Actuelle 1.2.3
Dernière Mise à Jour 2024-02-08
Date de Publication 2020-07-02
Développeur https://chatoptimizer.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://chatoptimizer.com/
URL de la Page d'Aide https://chatoptimizer.com/
URL de la Page de Politique de Confidentialité https://chatoptimizer.com/politika-konfidencialnosti
Langues Prises en Charge 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"
            ]
        }
    ]
}