FluentCloud For Salesforce

FluentCloud for Salesforce

ما هو FluentCloud For Salesforce؟

FluentCloud For Salesforce هو إضافة Chrome تم تطويرها بواسطة fluentstream-technologies، والميزة الرئيسية لها هي "FluentCloud for Salesforce".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FluentCloud For Salesforce

قم بتنزيل ملفات الامتداد FluentCloud For Salesforce بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        FluentStream’s Salesforce integration is designed to simplify your sales call workflows. 

Every inbound and outbound call displays a notification pop-up and control panel. The notification informs the Salesforce user of who is calling/being called and the control panel provides the user with tools to manage leads, contacts, events and tasks associated with the caller or called phone number. 

The fields displayed in the control panel are custom field mappings for your unique Salesforce setup. For those experienced with many Salesforce integrations, this means no more importing and binding to custom objects!

Each of your workflows can be customized to meet different needs. 

For your sales and marketing teams, this means you can support diverse methods of communicating with leads throughout your sales funnel. As an example, you can set one pop-up layout as an ABM outreach campaign for your marketing team, and then have an opportunity-focused direct sales model for your sales team.

By eliminating the dependency on custom objects, FluentStream’s Salesforce integration can be applied to organizational setups of all kinds without modifying your current Salesforce account.

The Salesforce integration can also easily be combined with ClickToCall, allowing streamlined profile lookups for every call.

If you'd like more information on the full functionality of the integration visit: https://www.fluentstream.com/solutions/integrations/salesforce-integration/                    

معلومات أساسية عن التمديد

الاسم FluentCloud For Salesforce FluentCloud For Salesforce
ID clhjaoglokeidmknjgdkkfdimbcjndbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/fluentcloud-for-salesforc/clhjaoglokeidmknjgdkkfdimbcjndbj
الوصف FluentCloud for Salesforce
حجم الملف 1.6 MB
عدد التثبيتات 133
النسخة الحالية 5.2.15
آخر تحديث 2022-05-16
تاريخ النشر 2020-03-26
تقييم 5.00/5 مجموع تقييمات 1
المطور fluentstream-technologies
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.fluentstream.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FluentCloud For Salesforce",
    "version": "5.2.15",
    "manifest_version": 2,
    "description": "FluentCloud for Salesforce",
    "browser_action": {
        "default_icon": "images\/MenuIcon50x50.png",
        "default_popup": "html\/fc4s_extensionMenuIndex.html"
    },
    "omnibox": {
        "keyword": "fc4s"
    },
    "web_accessible_resources": [
        "images\/fsicon48.png",
        "images\/phone.png"
    ],
    "icons": {
        "19": "images\/fsicon19.png",
        "48": "images\/fsicon48.png",
        "128": "images\/fsicon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/lib.min.js",
                "js\/backgroundApp.min.js"
            ],
            "matches": [
                "*:\/\/*\/html\/fc4s_backgroundIndex.html",
                "*:\/\/*\/html\/fc4s_controlPanelIndex.html",
                "*:\/\/*\/html\/fc4s_extensionMenuIndex.html",
                "*:\/\/*\/html\/fc4s_optionsIndex.html"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*\/html\/fc4s_backgroundIndex.html",
        "*:\/\/*\/html\/fc4s_controlPanelIndex.html",
        "*:\/\/*\/html\/fc4s_extensionMenuIndex.html",
        "*:\/\/*\/html\/fc4s_optionsIndex.html",
        "notifications",
        "identity",
        "notifications"
    ],
    "background": {
        "page": "html\/fc4s_backgroundIndex.html"
    },
    "options_page": "html\/fc4s_optionsIndex.html",
    "short_name": "FluentCloud For Salesforce"
}