Romancecompass Multi-account - sending mails

Romancecompass Multi-account - sending mails

What is Romancecompass Multi-account - sending mails?

Romancecompass Multi-account - sending mails is a Chrome extension developed by https://chatoptimizer.com, and its main feature is "Romancecompass Multi-account - sending mails".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Romancecompass Multi-account - sending mails Extension CRX File

Download Romancecompass Multi-account - sending mails 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

                        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/                    

Extension Basic Information

Name Romancecompass Multi-account - sending mails Romancecompass Multi-account - sending mails
ID bimmbgdpcchfbcnjhldfiodjmnkgdmme
Official URL https://chromewebstore.google.com/detail/romancecompass-multi-acco/bimmbgdpcchfbcnjhldfiodjmnkgdmme
Description Romancecompass Multi-account - sending mails
File Size 1.48 MB
Installation Count 319
Current Version 1.6.3.9
Last Updated 2023-05-17
Publish Date 2020-04-28
Rating 4.83/5 Total 6 Ratings
Developer https://chatoptimizer.com
Email [email protected]
Payment Type free
Extension Website https://chatoptimizer.com/rasshirenie-dlja-pisem-na-sajte-romancecompass-com
Help Page URL http://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": "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"
            ]
        }
    ]
}