Romancecompass Multi-account - sending mails

Romancecompass Multi-account - sending mails

Co to jest Romancecompass Multi-account - sending mails?

Romancecompass Multi-account - sending mails to rozszerzenie Chrome opracowane przez https://chatoptimizer.com, a jego główną funkcją jest „Romancecompass Multi-account - sending mails”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Romancecompass Multi-account - sending mails

Pobierz pliki rozszerzeń Romancecompass Multi-account - sending mails w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Romancecompass.com Multi-account - Program for sending mails


ChatOS Mails Multi-account is a program for the automatic sending of letters to new acquaintances and active communication from any number of profiles.
Convenient activity in one tab:
- easy work from any number of profiles
- effective recipient categories
- sending photo
- scheduled sending mode
- new men recipients + sending to fans and favourites
- work with the list of valuable men of the agency
- personal lists: fans, blacklist
- comfortable letter creation editor: variables for letter personalization, translator
- sending history
- notification system about new and unanswered letters on profiles
- 3 free trial days for each profile

Download the extension in your browser and enjoy a productive online experience on the Romancecompass.com website!

Details - https://chatoptimizer.com/en/                    

Podstawowe informacje o rozszerzeniu

Nazwa Romancecompass Multi-account - sending mails Romancecompass Multi-account - sending mails
ID bimmbgdpcchfbcnjhldfiodjmnkgdmme
Oficjalny URL https://chromewebstore.google.com/detail/romancecompass-multi-acco/bimmbgdpcchfbcnjhldfiodjmnkgdmme
Opis Romancecompass Multi-account - sending mails
Rozmiar pliku 1.48 MB
Liczba instalacji 319
Aktualna Wersja 1.6.3.9
Ostatnia Aktualizacja 2023-05-17
Data Publikacji 2020-04-28
Ocena 4.83/5 Łącznie 6 Oceny
Deweloper https://chatoptimizer.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://chatoptimizer.com/rasshirenie-dlja-pisem-na-sajte-romancecompass-com
Adres URL Strony Pomocy http://chatoptimizer.com/
Adres URL Strony Polityki Prywatności https://chatoptimizer.com/politika-konfidencialnosti
Obsługiwane Języki 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": "Romancecompass.com Multi-account - Program for sending mails"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "Ctrl+M": {
            "description": "Ctrl+M.",
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            }
        }
    },
    "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": [
                "*:\/\/*.romancecompass.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/svadba.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/cookie.js",
                "js\/content.live.js",
                "js\/hashchange.js"
            ],
            "matches": [
                "*:\/\/*.romancecompass.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "css\/svadba_helper.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/translations.js",
                "js\/svadba_helper.js"
            ],
            "matches": [
                "*:\/\/*.romancecompass.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "*:\/\/*.romancecompass.com\/*",
        "*:\/\/*.chatoptimizer.com\/*",
        "*:\/\/*.gstatic.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",
        "declarativeNetRequestFeedback",
        "scripting"
    ],
    "version": "1.6.3.9",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "js\/script.js",
                "js\/injectContent.js",
                "js\/tawk.js",
                "js\/tawkOnload.js"
            ]
        }
    ]
}