SalesAssist

SalesAssist Chrome CRM extension

Wat is SalesAssist?

SalesAssist is een Chrome-extensie ontwikkeld door Shiplove Inc., en de belangrijkste functie is "SalesAssist Chrome CRM extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SalesAssist

Download SalesAssist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        An easier, faster way to complete the sales process with mobile-first e-Signatures, document collection, ID verification, e-Forms, payments and much more, directly from your CRM. Customer interactions and information collected are tracked and mapped to the CRM in real time. 

With SalesAssist salespeople say goodbye to painful paperwork and manual data entry while delighting their customers with a frictionless journey. Handling customer interactions has never been easier!                    

Basisinformatie over de Extensie

Naam SalesAssist SalesAssist
ID oehaiibnpneipeafkkhdiignfiopoknc
Officiële URL https://chromewebstore.google.com/detail/salesassist/oehaiibnpneipeafkkhdiignfiopoknc
Beschrijving SalesAssist Chrome CRM extension
Bestandsgrootte 640 KB
Aantal Installaties 134
Huidige Versie 1.0.34
Laatst Bijgewerkt 2024-03-03
Publicatiedatum 2022-06-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Shiplove Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://salesassist.io
Help Pagina-URL https://salesassist.io
URL van de Privacybeleid Pagina https://www.salesassist.io/privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SalesAssist",
    "description": "SalesAssist Chrome CRM extension",
    "version": "1.0.34",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.apps.vinmanager.com\/vinconnect\/*",
                "https:\/\/*.eleadcrm.com\/evo2\/*",
                "https:\/\/*.forddirectcrm.com\/evo2\/*",
                "https:\/\/*.app.coxautoinc.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "64": "logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "vinsolutions_events.js",
                "eleads_events.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}