CRM Automator

Automate HubSpot Sequences

O que é CRM Automator?

CRM Automator é uma extensão do Chrome desenvolvida por https://crm-automator.com, e sua principal característica é "Automate HubSpot Sequences".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CRM Automator

Baixe arquivos de extensão CRM Automator 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

                        We help sales reps to automate HubSpot sequences, so they can spend more time closing deals.

You can,
- Enrol sequences with workflows
- Enrol sequences from another user
- Enrol sequences based on deal stages

# How it works
CRM automator looks for sequence tasks every 15 minutes, which can be set automatically using workflows. Simply create a task called Sequence:  on the contact you want to enrol.

# FAQs
Q: Why did you make this
This is a long requested feature which HubSpot has never made. So we built it and shared it

Q: Are you associated with HubSpot
No, but we are big lovers of their software

Q: How much is it?
Free for first 50 sequences then you need a monthly subscription                    

Informações Básicas da Extensão

Nome CRM Automator CRM Automator
ID baaggnhjlemceiccodmmhfpbkdolocka
URL Oficial https://chromewebstore.google.com/detail/crm-automator/baaggnhjlemceiccodmmhfpbkdolocka
Descrição Automate HubSpot Sequences
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 106
Versão Atual 1.0.4
Última Atualização 2022-02-24
Data de Publicação 2021-04-27
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://crm-automator.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://crm-automator.com/
URL da Página de Ajuda https://crm-automator.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CRM Automator",
    "description": "Automate HubSpot Sequences",
    "version": "1.0.4",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "browser_action": {
        "default_title": "CRM automator",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "cookies",
        "https:\/\/hubspot.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.hubspot.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googletagmanager.com\/* https:\/\/www.googleapis.com; object-src 'self'"
}