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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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\/*"
            ]
        }
    ]
}