CRM Automator
Automate HubSpot Sequences
Qu'est-ce que CRM Automator ?
CRM Automator est une extension Chrome développée par https://crm-automator.com, et sa fonction principale est "Automate HubSpot Sequences".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CRM Automator
Téléchargez les fichiers d'extension CRM Automator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | CRM Automator |
ID | baaggnhjlemceiccodmmhfpbkdolocka |
URL Officiel | https://chromewebstore.google.com/detail/crm-automator/baaggnhjlemceiccodmmhfpbkdolocka |
Description | Automate HubSpot Sequences |
Taille du Fichier | 1.14 MB |
Nombre d'Installations | 106 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2022-02-24 |
Date de Publication | 2021-04-27 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://crm-automator.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://crm-automator.com/ |
URL de la Page d'Aide | https://crm-automator.com/ |
Langues Prises en Charge | 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'" } |