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
官方網址 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"
            ]
        }
    ]
}