CRM Automator
Automate HubSpot Sequences
CRM Automatorとは何ですか?
CRM Automatorはhttps://crm-automator.comによって開発されたChromeの拡張機能で、その主な機能は「Automate HubSpot Sequences」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |