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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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."
        }
    }
}