SalesAssist

SalesAssist Chrome CRM extension

Co to jest SalesAssist?

SalesAssist to rozszerzenie Chrome opracowane przez Shiplove Inc., a jego główną funkcją jest „SalesAssist Chrome CRM extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SalesAssist

Pobierz pliki rozszerzeń SalesAssist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa SalesAssist SalesAssist
ID oehaiibnpneipeafkkhdiignfiopoknc
Oficjalny URL https://chromewebstore.google.com/detail/salesassist/oehaiibnpneipeafkkhdiignfiopoknc
Opis SalesAssist Chrome CRM extension
Rozmiar pliku 640 KB
Liczba instalacji 134
Aktualna Wersja 1.0.34
Ostatnia Aktualizacja 2024-03-03
Data Publikacji 2022-06-01
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Shiplove Inc.
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://salesassist.io
Adres URL Strony Pomocy https://salesassist.io
Adres URL Strony Polityki Prywatności https://www.salesassist.io/privacy-policy
Obsługiwane Języki 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"
    ]
}