SalesAssist

SalesAssist Chrome CRM extension

什么是SalesAssist?

SalesAssist是由Shiplove Inc.开发的Chrome扩展程序,该扩展的主要功能是“SalesAssist Chrome CRM extension”。

扩展截图

screenshot

下载SalesAssist扩展crx文件

下载SalesAssist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 SalesAssist SalesAssist
ID oehaiibnpneipeafkkhdiignfiopoknc
官方URL https://chromewebstore.google.com/detail/salesassist/oehaiibnpneipeafkkhdiignfiopoknc
简介 SalesAssist Chrome CRM extension
文件大小 640 KB
安装次数 134
当前版本 1.0.34
更新时间 2024-03-03
上架时间 2022-06-01
评分 5.00/5 共1次评分
开发者 Shiplove Inc.
电子邮箱 [email protected]
付费类型 free
扩展官网 https://salesassist.io
帮助页面URL https://salesassist.io
隐私政策页面URL https://www.salesassist.io/privacy-policy
支持的语言 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"
    ]
}