SalesAssist

SalesAssist Chrome CRM extension

SalesAssist란 무엇입니까?

SalesAssist은(는) Shiplove Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SalesAssist Chrome CRM extension"입니다.

확장 프로그램 스크린샷

screenshot

SalesAssist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}