Pipeline Toolkit - Extending Velocify
More Options in Your Pipeline
Pipeline Toolkit - Extending Velocifyคืออะไร?
Pipeline Toolkit - Extending Velocify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SDP Solutions และคุณลักษณะหลักของมันคือ "More Options in Your Pipeline"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pipeline Toolkit - Extending Velocify
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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." } } } |