Catalyst Connect

This extension tracks contact id from zoho and shows chat box with the contact.

什麼是Catalyst Connect?

Catalyst Connect是由https://catalystconnect.com開發的Chrome擴展程式,該擴展的主要功能是“This extension tracks contact id from zoho and shows chat box with the contact.”。

擴展截圖

screenshot

下載Catalyst Connect擴展crx文件

下載Catalyst Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Catalyst Connect SMS is an integrated text message service for Zoho CRM. Users will be able to text CRM leads and contacts through the Chrome Extension. All texts will be logged in Zoho through a custom Module so users can reference back to conversations or configure workflow rules to be triggered based on responses.                    

擴展基本資訊

名稱 Catalyst Connect Catalyst Connect
ID nlpjmpjcnmkbkgjbejlgcnjdmgpdjomd
官方網址 https://chromewebstore.google.com/detail/catalyst-connect/nlpjmpjcnmkbkgjbejlgcnjdmgpdjomd
簡介 This extension tracks contact id from zoho and shows chat box with the contact.
檔案大小 311 KB
安裝次數 144
目前版本 5.2
更新時間 2020-03-13
上架時間 2020-03-13
評分 5.00/5 共 3 次評分
開發者 https://catalystconnect.com
付費類型 free
擴展官網 http://catalystconnect.com/sms
說明頁面URL http://catalystconnect.com/contact
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Catalyst Connect",
    "description": "This extension tracks contact id from zoho and shows chat box with the contact.",
    "version": "5.2",
    "icons": {
        "128": "include\/images\/icon128.png",
        "48": "include\/images\/icon48.png",
        "16": "include\/images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "include\/images\/icon16.png",
        "default_popup": "popup.html",
        "default_title": "Catalyst Connect"
    },
    "background": {
        "scripts": [
            "include\/jquery-3.1.0.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/crm.zoho.com\/*"
            ],
            "js": [
                "content.js",
                "include\/jquery-3.1.0.min.js",
                "twilio.min.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/crm.zoho.com\/*",
        "https:\/\/my.catalystconnect.com\/*"
    ]
}