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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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." } } } |