Pipeline Toolkit - Extending Velocify

More Options in Your Pipeline

Pipeline Toolkit - Extending Velocify là gì?

Pipeline Toolkit - Extending Velocify là một tiện ích mở rộng Chrome được phát triển bởi SDP Solutions, và tính năng chính của nó là "More Options in Your Pipeline".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pipeline Toolkit - Extending Velocify

Tải xuống các tệp mở rộng Pipeline Toolkit - Extending Velocify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pipeline Toolkit - Extending Velocify Pipeline Toolkit - Extending Velocify
ID cpekbjikdogbpgjibiofjmidpbblnmpn
URL Chính Thức https://chromewebstore.google.com/detail/pipeline-toolkit-extendin/cpekbjikdogbpgjibiofjmidpbblnmpn
Mô tả More Options in Your Pipeline
Kích Thước Tệp 634 KB
Số Lần Cài Đặt 227
Phiên Bản Hiện Tại 2.8
Cập Nhật Lần Cuối 2020-02-17
Ngày Phát Hành 2020-02-17
Nhà Phát Triển SDP Solutions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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."
        }
    }
}