CRM Automator

Automate HubSpot Sequences

ما هو CRM Automator؟

CRM Automator هو إضافة Chrome تم تطويرها بواسطة https://crm-automator.com، والميزة الرئيسية لها هي "Automate HubSpot Sequences".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة CRM Automator

قم بتنزيل ملفات الامتداد CRM Automator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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/
عنوان صفحة المساعدة 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'"
}