ColdClose - Twitter DM Bot & Twitter Mass DM

Get more leads with Auto DM and Cold Messaging

Cos'è ColdClose - Twitter DM Bot & Twitter Mass DM?

ColdClose - Twitter DM Bot & Twitter Mass DM è un'estensione di Chrome sviluppata da https://coldclose.com, e la sua funzione principale è "Get more leads with Auto DM and Cold Messaging".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ColdClose - Twitter DM Bot & Twitter Mass DM

Scarica i file di estensione ColdClose - Twitter DM Bot & Twitter Mass DM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ColdClose - Twitter DM Bot & Twitter Mass DM ColdClose - Twitter DM Bot & Twitter Mass DM
ID cghbjnfnjinhakajpefnfkcbmddgilge
URL Ufficiale https://chromewebstore.google.com/detail/coldclose-twitter-dm-bot/cghbjnfnjinhakajpefnfkcbmddgilge
Descrizione Get more leads with Auto DM and Cold Messaging
Dimensione del File 19.86 KB
Conteggio Installazioni 273
Versione Corrente 0.0.14
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2023-05-31
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://coldclose.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://coldclose.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}