SalesAssist
SalesAssist Chrome CRM extension
Vad är SalesAssist?
SalesAssist är en Chrome-tillägg utvecklad av Shiplove Inc., och dess huvudfunktion är "SalesAssist Chrome CRM extension".
Tilläggsskärmbilder
Ladda ner SalesAssist-förlängningens CRX-fil
Ladda ner SalesAssist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | SalesAssist |
ID | oehaiibnpneipeafkkhdiignfiopoknc |
Officiell webbadress | https://chromewebstore.google.com/detail/salesassist/oehaiibnpneipeafkkhdiignfiopoknc |
Beskrivning | SalesAssist Chrome CRM extension |
Filstorlek | 640 KB |
Antal Installationer | 134 |
Aktuell Version | 1.0.34 |
Senast Uppdaterad | 2024-03-03 |
Publiceringsdatum | 2022-06-01 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Shiplove Inc. |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://salesassist.io |
Hjälpsida URL | https://salesassist.io |
URL till Sekretesspolicy Sidan | https://www.salesassist.io/privacy-policy |
Stödda Språk | 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": [ " |