Sales Simplify

Linkedin Connector, Sales Automation & Engagement App

O que é Sales Simplify?

Sales Simplify é uma extensão do Chrome desenvolvida por https://salessimplify.com, e sua principal característica é "Linkedin Connector, Sales Automation & Engagement App".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Sales Simplify

Baixe arquivos de extensão Sales Simplify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Sales Simplify Sales Simplify
ID ahkdkfejeplinhgmclegkhopdiiedeji
URL Oficial https://chromewebstore.google.com/detail/sales-simplify/ahkdkfejeplinhgmclegkhopdiiedeji
Descrição Linkedin Connector, Sales Automation & Engagement App
Tamanho do Arquivo 123 KB
Contagem de Instalações 55
Versão Atual 2.0.4
Última Atualização 2023-06-26
Data de Publicação 2022-06-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://salessimplify.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://salessimplify.com/
URL da Página de Ajuda https://help.salessimplify.com/
URL da Página de Política de Privacidade https://salessimplify.com/privacy-policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}