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…

Co je Sales Assist by Uberflip?

Sales Assist by Uberflip je rozšíření Chrome vyvinuté Uberflip, a jeho hlavní funkcí je „Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Sales Assist by Uberflip

Stáhněte si soubory rozšíření Sales Assist by Uberflip ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Sales Assist by Uberflip Sales Assist by Uberflip
ID kcbkakmlohgokmebhdmhcffdpegnlobk
Oficiální URL https://chromewebstore.google.com/detail/sales-assist-by-uberflip/kcbkakmlohgokmebhdmhcffdpegnlobk
Popis Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…
Velikost souboru 45.76 KB
Počet instalací 791
Aktuální Verze 1.1.6
Poslední Aktualizace 2023-07-11
Datum Vydání 2023-04-18
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Uberflip
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.uberflip.com/solutions/digital-sales-rooms/
URL Stránky Nápovědy https://help.uberflip.com/hc/en-us/sections/360012900191
Podporované Jazyky 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"
    ]
}