Sales Simplify

Linkedin Connector, Sales Automation & Engagement App

什麼是Sales Simplify?

Sales Simplify是由https://salessimplify.com開發的Chrome擴展程式,該擴展的主要功能是“Linkedin Connector, Sales Automation & Engagement App”。

擴展截圖

screenshot
screenshot

下載Sales Simplify擴展crx文件

下載Sales Simplify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can use the SalesSimplify Chrome extension to discover prospective clients immediately on LinkedIn, then push the information from LinkedIn to Sales Simplify straight from your browser in a matter of seconds.

Sales Simplify is a AI-powered sales automation and engagement platform with built-in CRM and cloud communication channels.

🚀 Simplify your sales process and increase conversions by 300%.
🎯 Lead journey from the start till it moves to a deal in the pipeline or junk.
📊 Track, monitor and improve your sales process and pipeline with ease.

You can increase the conversion rates of your leads by using all-in-one solution specifically designed for sales teams.                    

擴展基本資訊

名稱 Sales Simplify Sales Simplify
ID ahkdkfejeplinhgmclegkhopdiiedeji
官方網址 https://chromewebstore.google.com/detail/sales-simplify/ahkdkfejeplinhgmclegkhopdiiedeji
簡介 Linkedin Connector, Sales Automation & Engagement App
檔案大小 123 KB
安裝次數 55
目前版本 2.0.4
更新時間 2023-06-26
上架時間 2022-06-24
評分 5.00/5 共 1 次評分
開發者 https://salessimplify.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://salessimplify.com/
說明頁面URL https://help.salessimplify.com/
隱私政策頁面URL https://salessimplify.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sales Simplify",
    "description": "Linkedin Connector, Sales Automation & Engagement App",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "2.0.4",
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/app.salessimplify.com\/*"
    ],
    "action": {
        "default_title": "Sales Simplify"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/header-logo.png",
                "icons\/128.png"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ]
}