是否有 Umbraco 插件提供 CRM 类型的功能?

Is there an Umbraco plugin to give CRM-type capabilities?

在查看 Kentico documentation for account and contact management 时,它似乎使我们能够为帐户创建层次结构,例如帐户(客户)/组织单位(商店位置)/联系人(位置上的人)。

我正在寻找一种在 Umbraco 中完成此任务的方法。我们还想向联系人添加多个字段,因为它们可能存在于多个组织单位中。

是否可以使用 Umbraco 实现这一点,如果可以,如何实现?

有一个免费和开源的(根据创建者的最新更新:https://twitter.com/theotron/status/784372313773006849) plugin called Pipeline CRM: https://www.pipelinecrm.co.uk. Source code and installation details are also available on Github: https://github.com/theotron/PipelineCRM

还有 uSightly,它与 Insightly 集成: https://our.umbraco.org/projects/collaboration/usightly/

我个人都没用过,不知道能不能满足你的要求。如果您愿意,您也可以自己与其他 CRM 系统集成,我知道开发人员已经与 Umbraco 的 Salesforce 和 Dynamics 等 CRM 集成。

希望对您有所帮助!