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.
Eメール [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"
    ]
}