helpcenter/Web/Controls/Help/Video/CRM/Overview/CRMOverview.fr.ascx
SvetlanaLisina 5526849ebf Фикс прекомпиляции хелпцентра
# Conflicts:
#	Web/Controls/Help/GettingStarted/Integration/Jira/GettingStartedJira.ascx
#	Web/Controls/Help/GettingStarted/Integration/Mattermost/GettingStartedMattermost.ascx
#	Web/Integration/gettingstarted-mattermost.aspx
#	Web/Integration/gettingstarted-redmine.aspx
2021-11-24 19:02:19 +03:00

34 lines
2.1 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Gérer votre relation client avec office en ligne - Guide Vidéo";
MetaKeyWords = "ONLYOFFICE, customers, clients, deals";
MetaDescription = "Manage clients data base, create convenient reminders and track potential deals";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Gérer votre relation client avec office en ligne</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/onlyoffice-crm/onlyoffice-crm.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-company/add-company.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/link-with-person/link-with-person.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/restrict-access-to-contacts/restrict-access-to-contacts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/import-contacts/import-contacts.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-additional-fields-to-fill-in/add-additional-fields-to-fill-in.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-new-stage/add-new-stage.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/add-new-contact-types/add-new-contact-types.ascx" /></li>
</ul>
</div>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/k20kMg8Fuko?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Améliorez les interactions avec vos clients en utilisant CRM. Apprenez comment maintenir votre base de données clients, personnaliser le système CRM selon les besoins de l'entreprise et définir des droits d'accès.</p>
</div>
</div>