ColdClose - Twitter DM Bot & Twitter Mass DM

Get more leads with Auto DM and Cold Messaging

ColdClose - Twitter DM Bot & Twitter Mass DM là gì?

ColdClose - Twitter DM Bot & Twitter Mass DM là một tiện ích mở rộng Chrome được phát triển bởi https://coldclose.com, và tính năng chính của nó là "Get more leads with Auto DM and Cold Messaging".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ColdClose - Twitter DM Bot & Twitter Mass DM

Tải xuống các tệp mở rộng ColdClose - Twitter DM Bot & Twitter Mass DM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ColdClose - Twitter DM Bot & Twitter Mass DM ColdClose - Twitter DM Bot & Twitter Mass DM
ID cghbjnfnjinhakajpefnfkcbmddgilge
URL Chính Thức https://chromewebstore.google.com/detail/coldclose-twitter-dm-bot/cghbjnfnjinhakajpefnfkcbmddgilge
Mô tả Get more leads with Auto DM and Cold Messaging
Kích Thước Tệp 19.86 KB
Số Lần Cài Đặt 273
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2023-05-31
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://coldclose.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://coldclose.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}