Pipeline Toolkit - Extending Velocify

More Options in Your Pipeline

什麼是Pipeline Toolkit - Extending Velocify?

Pipeline Toolkit - Extending Velocify是由SDP Solutions開發的Chrome擴展程式,該擴展的主要功能是“More Options in Your Pipeline”。

擴展截圖

screenshot
screenshot
screenshot

下載Pipeline Toolkit - Extending Velocify擴展crx文件

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

擴展使用說明

                        Extend functionality in the Velocify CRM by unlocking pipeline view actions and unleashing the full capabilities of your shark tank. Any field can be selected for use with pipeline actions, these include:
- Open Lead
- Visit Link
- Add Calendar Event
- Action Pop-up
- Open Lead SMS

Shark tank feature enables click-to-call on any phone number in the pipeline, adding it to the lead log, even if the user making the call is not assigned.

Extend your options and enable your sales team.                    

擴展基本資訊

名稱 Pipeline Toolkit - Extending Velocify Pipeline Toolkit - Extending Velocify
ID cpekbjikdogbpgjibiofjmidpbblnmpn
官方網址 https://chromewebstore.google.com/detail/pipeline-toolkit-extendin/cpekbjikdogbpgjibiofjmidpbblnmpn
簡介 More Options in Your Pipeline
檔案大小 634 KB
安裝次數 227
目前版本 2.8
更新時間 2020-02-17
上架時間 2020-02-17
開發者 SDP Solutions
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pipeline Toolkit - Extending Velocify",
    "short_name": "Pipeline Toolkit",
    "description": "More Options in Your Pipeline",
    "options_page": "options.html",
    "version": "2.8",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.velocify.com\/Web\/*"
            ],
            "js": [
                "assets\/jquery-3.4.1.min.js",
                "Pipeline\/actionMapping.js",
                "formatPhoneNumbers.js",
                "Pipeline\/pipeline.js",
                "extractVariable.js",
                "license.js",
                "clientIdPopup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "40": ".\/assets\/icons\/40.png",
        "128": ".\/assets\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "hotkeys.js"
        ],
        "persistent": false
    },
    "commands": {
        "GetClientId": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Show Client Id to Customer."
        }
    }
}