CRM Automator
Automate HubSpot Sequences
CRM Automator क्या है?
CRM Automator https://crm-automator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate HubSpot Sequences"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CRM Automator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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/ |
सहायता पृष्ठ 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'" } |