SalesAssist

SalesAssist Chrome CRM extension

What is SalesAssist?

SalesAssist is a Chrome extension developed by Shiplove Inc., and its main feature is "SalesAssist Chrome CRM extension".

Extension Screenshots

screenshot

Download SalesAssist Extension CRX File

Download SalesAssist 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

                        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!                    

Extension Basic Information

Name SalesAssist SalesAssist
ID oehaiibnpneipeafkkhdiignfiopoknc
Official URL https://chromewebstore.google.com/detail/salesassist/oehaiibnpneipeafkkhdiignfiopoknc
Description SalesAssist Chrome CRM extension
File Size 640 KB
Installation Count 134
Current Version 1.0.34
Last Updated 2024-03-03
Publish Date 2022-06-01
Rating 5.00/5 Total 1 Ratings
Developer Shiplove Inc.
Email [email protected]
Payment Type free
Extension Website https://salesassist.io
Help Page URL https://salesassist.io
Privacy Policy Page URL https://www.salesassist.io/privacy-policy
Supported Languages 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"
    ]
}