Sales Simplify
Linkedin Connector, Sales Automation & Engagement App
Sales Simplifyとは何ですか?
Sales Simplifyはhttps://salessimplify.comによって開発されたChromeの拡張機能で、その主な機能は「Linkedin Connector, Sales Automation & Engagement App」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| ID | ahkdkfejeplinhgmclegkhopdiiedeji | 
| 公式URL | 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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |