Textdrip

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

Was ist Textdrip?

Textdrip ist eine Chrome-Erweiterung, die von Textdrip entwickelt wurde, und ihr Hauptmerkmal ist "Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Textdrip-Erweiterungs-CRX-Datei herunterladen

Laden Sie Textdrip-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Textdrip Textdrip
ID icgblnbigpaoifcjpkmjhdkclcallmnd
Offizielle URL https://chromewebstore.google.com/detail/textdrip/icgblnbigpaoifcjpkmjhdkclcallmnd
Beschreibung Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip…
Dateigröße 5.87 MB
Installationsanzahl 4,107
Aktuelle Version 10.5
Letztes Update 2024-02-08
Veröffentlichungsdatum 2020-10-16
Bewertung 4.98/5 Insgesamt 266 Bewertungen
Entwickler Textdrip
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://textdrip.com/
URL der Datenschutzrichtlinien-Seite https://textdrip.com/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}