Textdrip

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

什么是Textdrip?

Textdrip是由Textdrip开发的Chrome扩展程序,该扩展的主要功能是“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

下载Textdrip扩展crx文件

下载Textdrip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/
隐私政策页面URL 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"
            ]
        }
    ]
}