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…

Cos'è Sales Assist by Uberflip?

Sales Assist by Uberflip è un'estensione di Chrome sviluppata da Uberflip, e la sua funzione principale è "Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sales Assist by Uberflip

Scarica i file di estensione Sales Assist by Uberflip in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sales Assist by Uberflip Sales Assist by Uberflip
ID kcbkakmlohgokmebhdmhcffdpegnlobk
URL Ufficiale https://chromewebstore.google.com/detail/sales-assist-by-uberflip/kcbkakmlohgokmebhdmhcffdpegnlobk
Descrizione Sales Assist is a next generation Sales Engagement layer on top of Uberflip. With Sales Assist, marketing and sales leaders can…
Dimensione del File 45.76 KB
Conteggio Installazioni 791
Versione Corrente 1.1.6
Ultimo Aggiornamento 2023-07-11
Data di Pubblicazione 2023-04-18
Valutazione 5.00/5 Totale 9 Valutazioni
Sviluppatore Uberflip
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.uberflip.com/solutions/digital-sales-rooms/
URL della Pagina di Aiuto https://help.uberflip.com/hc/en-us/sections/360012900191
Lingue Supportate 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"
    ]
}