CRM Automator

Automate HubSpot Sequences

什麼是CRM Automator?

CRM Automator是由https://crm-automator.com開發的Chrome擴展程式,該擴展的主要功能是“Automate HubSpot Sequences”。

擴展截圖

screenshot

下載CRM Automator擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 CRM Automator CRM Automator
ID baaggnhjlemceiccodmmhfpbkdolocka
官方網址 https://chromewebstore.google.com/detail/crm-automator/baaggnhjlemceiccodmmhfpbkdolocka
簡介 Automate HubSpot Sequences
檔案大小 1.14 MB
安裝次數 106
目前版本 1.0.4
更新時間 2022-02-24
上架時間 2021-04-27
評分 5.00/5 共 3 次評分
開發者 https://crm-automator.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://crm-automator.com/
說明頁面URL https://crm-automator.com/
支援的語言 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'"
}