Pipeline Toolkit - Extending Velocify

More Options in Your Pipeline

O que é Pipeline Toolkit - Extending Velocify?

Pipeline Toolkit - Extending Velocify é uma extensão do Chrome desenvolvida por SDP Solutions, e sua principal característica é "More Options in Your Pipeline".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pipeline Toolkit - Extending Velocify

Baixe arquivos de extensão Pipeline Toolkit - Extending Velocify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pipeline Toolkit - Extending Velocify Pipeline Toolkit - Extending Velocify
ID cpekbjikdogbpgjibiofjmidpbblnmpn
URL Oficial https://chromewebstore.google.com/detail/pipeline-toolkit-extendin/cpekbjikdogbpgjibiofjmidpbblnmpn
Descrição More Options in Your Pipeline
Tamanho do Arquivo 634 KB
Contagem de Instalações 227
Versão Atual 2.8
Última Atualização 2020-02-17
Data de Publicação 2020-02-17
Desenvolvedor SDP Solutions
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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."
        }
    }
}