Romancecompass Multi-account - sending mails

Romancecompass Multi-account - sending mails

什么是Romancecompass Multi-account - sending mails?

Romancecompass Multi-account - sending mails是由https://chatoptimizer.com开发的Chrome扩展程序,该扩展的主要功能是“Romancecompass Multi-account - sending mails”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Romancecompass Multi-account - sending mails扩展crx文件

下载Romancecompass Multi-account - sending mails扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Romancecompass Multi-account - sending mails Romancecompass Multi-account - sending mails
ID bimmbgdpcchfbcnjhldfiodjmnkgdmme
官方URL https://chromewebstore.google.com/detail/romancecompass-multi-acco/bimmbgdpcchfbcnjhldfiodjmnkgdmme
简介 Romancecompass Multi-account - sending mails
文件大小 1.48 MB
安装次数 319
当前版本 1.6.3.9
更新时间 2023-05-17
上架时间 2020-04-28
评分 4.83/5 共6次评分
开发者 https://chatoptimizer.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://chatoptimizer.com/rasshirenie-dlja-pisem-na-sajte-romancecompass-com
帮助页面URL http://chatoptimizer.com/
隐私政策页面URL https://chatoptimizer.com/politika-konfidencialnosti
支持的语言 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"
            ]
        }
    ]
}