ColdClose - Twitter DM Bot & Twitter Mass DM

Get more leads with Auto DM and Cold Messaging

ColdClose - Twitter DM Bot & Twitter Mass DMคืออะไร?

ColdClose - Twitter DM Bot & Twitter Mass DM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://coldclose.com และคุณลักษณะหลักของมันคือ "Get more leads with Auto DM and Cold Messaging"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ColdClose - Twitter DM Bot & Twitter Mass DM

ดาวน์โหลดไฟล์ส่วนขยาย ColdClose - Twitter DM Bot & Twitter Mass DM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ColdClose - Twitter DM Bot & Twitter Mass DM ColdClose - Twitter DM Bot & Twitter Mass DM
ID cghbjnfnjinhakajpefnfkcbmddgilge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coldclose-twitter-dm-bot/cghbjnfnjinhakajpefnfkcbmddgilge
คำอธิบาย Get more leads with Auto DM and Cold Messaging
ขนาดไฟล์ 19.86 KB
จำนวนการติดตั้ง 273
เวอร์ชันปัจจุบัน 0.0.14
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2023-05-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://coldclose.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://coldclose.com/privacy-policy
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}