Textdrip

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

ما هو Textdrip؟

Textdrip هو إضافة Chrome تم تطويرها بواسطة Textdrip، والميزة الرئيسية لها هي "Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Textdrip

قم بتنزيل ملفات الامتداد Textdrip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Textdrip Textdrip
ID icgblnbigpaoifcjpkmjhdkclcallmnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/textdrip/icgblnbigpaoifcjpkmjhdkclcallmnd
الوصف Textdrip extension works with CRMs and Indeed to allow you to initiate text messages and text drip campaigns through the Textdrip…
حجم الملف 5.87 MB
عدد التثبيتات 4,107
النسخة الحالية 10.5
آخر تحديث 2024-02-08
تاريخ النشر 2020-10-16
تقييم 4.98/5 مجموع تقييمات 266
المطور Textdrip
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://textdrip.com/
عنوان صفحة سياسة الخصوصية https://textdrip.com/privacy-policy
اللغات المدعومة 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"
            ]
        }
    ]
}