Romancecompass Multi-account - sending mails

Romancecompass Multi-account - sending mails

Wat is Romancecompass Multi-account - sending mails?

Romancecompass Multi-account - sending mails is een Chrome-extensie ontwikkeld door https://chatoptimizer.com, en de belangrijkste functie is "Romancecompass Multi-account - sending mails".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Romancecompass Multi-account - sending mails

Download Romancecompass Multi-account - sending mails-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Romancecompass Multi-account - sending mails Romancecompass Multi-account - sending mails
ID bimmbgdpcchfbcnjhldfiodjmnkgdmme
Officiële URL https://chromewebstore.google.com/detail/romancecompass-multi-acco/bimmbgdpcchfbcnjhldfiodjmnkgdmme
Beschrijving Romancecompass Multi-account - sending mails
Bestandsgrootte 1.48 MB
Aantal Installaties 319
Huidige Versie 1.6.3.9
Laatst Bijgewerkt 2023-05-17
Publicatiedatum 2020-04-28
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar https://chatoptimizer.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://chatoptimizer.com/rasshirenie-dlja-pisem-na-sajte-romancecompass-com
Help Pagina-URL http://chatoptimizer.com/
URL van de Privacybeleid Pagina https://chatoptimizer.com/politika-konfidencialnosti
Ondersteunde Talen 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"
            ]
        }
    ]
}