Romancecompass Multi-account - sending mails

Romancecompass Multi-account - sending mails

Qu'est-ce que Romancecompass Multi-account - sending mails ?

Romancecompass Multi-account - sending mails est une extension Chrome développée par https://chatoptimizer.com, et sa fonction principale est "Romancecompass Multi-account - sending mails".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Romancecompass Multi-account - sending mails

Téléchargez les fichiers d'extension Romancecompass Multi-account - sending mails 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

                        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/                    

Informations de Base sur l'Extension

Nom Romancecompass Multi-account - sending mails Romancecompass Multi-account - sending mails
ID bimmbgdpcchfbcnjhldfiodjmnkgdmme
URL Officiel https://chromewebstore.google.com/detail/romancecompass-multi-acco/bimmbgdpcchfbcnjhldfiodjmnkgdmme
Description Romancecompass Multi-account - sending mails
Taille du Fichier 1.48 MB
Nombre d'Installations 319
Version Actuelle 1.6.3.9
Dernière Mise à Jour 2023-05-17
Date de Publication 2020-04-28
Évaluation 4.83/5 Total 6 Évaluations
Développeur https://chatoptimizer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chatoptimizer.com/rasshirenie-dlja-pisem-na-sajte-romancecompass-com
URL de la Page d'Aide http://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": "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"
            ]
        }
    ]
}