Pipeline Toolkit - Extending Velocify

More Options in Your Pipeline

Co je Pipeline Toolkit - Extending Velocify?

Pipeline Toolkit - Extending Velocify je rozšíření Chrome vyvinuté SDP Solutions, a jeho hlavní funkcí je „More Options in Your Pipeline“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pipeline Toolkit - Extending Velocify

Stáhněte si soubory rozšíření Pipeline Toolkit - Extending Velocify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pipeline Toolkit - Extending Velocify Pipeline Toolkit - Extending Velocify
ID cpekbjikdogbpgjibiofjmidpbblnmpn
Oficiální URL https://chromewebstore.google.com/detail/pipeline-toolkit-extendin/cpekbjikdogbpgjibiofjmidpbblnmpn
Popis More Options in Your Pipeline
Velikost souboru 634 KB
Počet instalací 227
Aktuální Verze 2.8
Poslední Aktualizace 2020-02-17
Datum Vydání 2020-02-17
Vývojář SDP Solutions
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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."
        }
    }
}