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…

What is Sales Assist by Uberflip?

Sales Assist by Uberflip is a Chrome extension developed by Uberflip, and its main feature is "Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sales Assist by Uberflip Extension CRX File

Download Sales Assist by Uberflip extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sales Assist by Uberflip Sales Assist by Uberflip
ID kcbkakmlohgokmebhdmhcffdpegnlobk
Official URL https://chromewebstore.google.com/detail/sales-assist-by-uberflip/kcbkakmlohgokmebhdmhcffdpegnlobk
Description Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…
File Size 45.76 KB
Installation Count 791
Current Version 1.1.6
Last Updated 2023-07-11
Publish Date 2023-04-18
Rating 5.00/5 Total 9 Ratings
Developer Uberflip
Email [email protected]
Payment Type free
Extension Website https://www.uberflip.com/solutions/digital-sales-rooms/
Help Page URL https://help.uberflip.com/hc/en-us/sections/360012900191
Supported Languages 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"
    ]
}