FindBride ChatOS Multi-account chats

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

Vad är FindBride ChatOS Multi-account chats?

FindBride ChatOS Multi-account chats är en Chrome-tillägg utvecklad av https://chatoptimizer.com, och dess huvudfunktion är "ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner FindBride ChatOS Multi-account chats-förlängningens CRX-fil

Ladda ner FindBride ChatOS Multi-account chats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn FindBride ChatOS Multi-account chats FindBride ChatOS Multi-account chats
ID nmnlpnfllebebmaknhfjfhalagcpodje
Officiell webbadress 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
Beskrivning ChatOS Multi-account - a program for sending invitations and chatting on any number of profiles in one tab.
Filstorlek 3.03 MB
Antal Installationer 421
Aktuell Version 1.2.3
Senast Uppdaterad 2024-02-08
Publiceringsdatum 2020-07-02
Utvecklare https://chatoptimizer.com
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://chatoptimizer.com/
Hjälpsida URL https://chatoptimizer.com/
URL till Sekretesspolicy Sidan https://chatoptimizer.com/politika-konfidencialnosti
Stödda Språk 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"
            ]
        }
    ]
}