Textdrip

Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip…

Cos'è Textdrip?

Textdrip è un'estensione di Chrome sviluppata da Textdrip, e la sua funzione principale è "Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Textdrip

Scarica i file di estensione Textdrip 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

                        Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip platform.                    

Informazioni di Base sull'Estensione

Nome Textdrip Textdrip
ID icgblnbigpaoifcjpkmjhdkclcallmnd
URL Ufficiale https://chromewebstore.google.com/detail/textdrip/icgblnbigpaoifcjpkmjhdkclcallmnd
Descrizione Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip…
Dimensione del File 5.87 MB
Conteggio Installazioni 4,107
Versione Corrente 10.5
Ultimo Aggiornamento 2024-02-08
Data di Pubblicazione 2020-10-16
Valutazione 4.98/5 Totale 266 Valutazioni
Sviluppatore Textdrip
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://textdrip.com/
URL della Pagina della Politica sulla Privacy https://textdrip.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Textdrip",
    "version": "10.5",
    "description": "",
    "icons": {
        "36": "icons\/icon-36.png",
        "48": "icons\/icon-48.png",
        "72": "icons\/icon-72.png",
        "96": "icons\/icon-96.png",
        "144": "icons\/icon-144.png",
        "192": "icons\/icon-192.png",
        "512": "icons\/icon-512.png"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.app.textdrip.com\/*",
        "*:\/\/*.landlineremover.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Textdrip",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup\/assets\/js\/jquery.min.js",
                "popup\/assets\/js\/moment.js",
                "main.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.textdrip.app\/*"
            ],
            "js": [
                "popup\/assets\/js\/jquery.min.js",
                "top_banner.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}