ColdClose - Twitter DM Bot & Twitter Mass DM

Get more leads with Auto DM and Cold Messaging

What is ColdClose - Twitter DM Bot & Twitter Mass DM?

ColdClose - Twitter DM Bot & Twitter Mass DM is a Chrome extension developed by https://coldclose.com, and its main feature is "Get more leads with Auto DM and Cold Messaging".

Extension Screenshots

screenshot

Download ColdClose - Twitter DM Bot & Twitter Mass DM Extension CRX File

Download ColdClose - Twitter DM Bot & Twitter Mass DM 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

                        ColdClose - Twitter DM Bot & Twitter Mass DM is your secret weapon for Twitter Lead Generation.

If you send more DMs, you will make more money - it is that simple.

Download now to get 10 free DMs every single day.                    

Extension Basic Information

Name ColdClose - Twitter DM Bot & Twitter Mass DM ColdClose - Twitter DM Bot & Twitter Mass DM
ID cghbjnfnjinhakajpefnfkcbmddgilge
Official URL https://chromewebstore.google.com/detail/coldclose-twitter-dm-bot/cghbjnfnjinhakajpefnfkcbmddgilge
Description Get more leads with Auto DM and Cold Messaging
File Size 19.86 KB
Installation Count 273
Current Version 0.0.14
Last Updated 2024-03-04
Publish Date 2023-05-31
Rating 5.00/5 Total 2 Ratings
Developer https://coldclose.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://coldclose.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ColdClose - Twitter DM Bot & Twitter Mass DM",
    "description": "Get more leads with Auto DM and Cold Messaging",
    "version": "0.0.14",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "permissions": [
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/worktux.com\/*",
        "https:\/\/coldclose.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/worktux.com\/*",
                "https:\/\/coldclose.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "logo\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}