Sales Assist by Uberflip

Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…

什么是Sales Assist by Uberflip?

Sales Assist by Uberflip是由Uberflip开发的Chrome扩展程序,该扩展的主要功能是“Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Sales Assist by Uberflip扩展crx文件

下载Sales Assist by Uberflip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can enable reps to discover content, and then package & share highly engaging Digital Sales Rooms, in seconds. Reps can include marketing-approved and self-authored content creating highly personalized content experiences. 

As a chrome extension, Sales Assist always lives beside your other workflow and email cadence tools and provides a seamless experience that will increase productivity and boost sales velocity in your deals.

Sales Assist requires users to have an Uberflip account.                    

扩展基本信息

名称 Sales Assist by Uberflip Sales Assist by Uberflip
ID kcbkakmlohgokmebhdmhcffdpegnlobk
官方URL https://chromewebstore.google.com/detail/sales-assist-by-uberflip/kcbkakmlohgokmebhdmhcffdpegnlobk
简介 Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…
文件大小 45.76 KB
安装次数 791
当前版本 1.1.6
更新时间 2023-07-11
上架时间 2023-04-18
评分 5.00/5 共9次评分
开发者 Uberflip
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.uberflip.com/solutions/digital-sales-rooms/
帮助页面URL https://help.uberflip.com/hc/en-us/sections/360012900191
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sales Assist by Uberflip",
    "version": "1.1.6",
    "manifest_version": 2,
    "description": "",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "",
        "default_icon": "logo.png"
    },
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "CONFIG.js",
                "sidepanel_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "storage"
    ]
}