CRM Automator
Automate HubSpot Sequences
CRM Automatorคืออะไร?
CRM Automator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://crm-automator.com และคุณลักษณะหลักของมันคือ "Automate HubSpot Sequences"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CRM Automator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |