Wealthbox CRM for Chrome
Wealthbox CRM for Financial Advisors
Wat is Wealthbox CRM for Chrome?
Wealthbox CRM for Chrome is een Chrome-extensie ontwikkeld door https://app.crmworkspace.com, en de belangrijkste functie is "Wealthbox CRM for Financial Advisors".
Extensie Screenshots
Download het CRX-bestand van de extensie Wealthbox CRM for Chrome
Download Wealthbox CRM for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
The Chrome companion to web-based Wealthbox CRM for financial advisors. Features - Create new Contacts. - View a Contact's details. - Add notes to client records. - View a Contact's activity history. - Save an email to Wealthbox. - Send + Save an email to Wealthbox. - Deep link to a Contact Record page in Wealthbox.
Basisinformatie over de Extensie
Naam | Wealthbox CRM for Chrome |
ID | gfolmcgcpjajpdafphkikldogpjkfnbc |
Officiële URL | https://chromewebstore.google.com/detail/wealthbox-crm-for-chrome/gfolmcgcpjajpdafphkikldogpjkfnbc |
Beschrijving | Wealthbox CRM for Financial Advisors |
Bestandsgrootte | 2.72 MB |
Aantal Installaties | 1,812 |
Huidige Versie | 1.1.45 |
Laatst Bijgewerkt | 2024-01-30 |
Publicatiedatum | 2020-02-10 |
Beoordeling | 4.30/5 Totaal 10 Beoordelingen |
Ontwikkelaar | https://app.crmworkspace.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.wealthbox.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wealthbox CRM for Chrome", "short_name": "Wealthbox", "version": "1.1.45", "manifest_version": 2, "description": "Wealthbox CRM for Financial Advisors", "homepage_url": "http:\/\/www.wealthbox.com", "icons": { "16": "icons\/wealthbox.png", "48": "icons\/wealthbox.png", "128": "icons\/wealthbox.png" }, "options_ui": { "page": "src\/options\/index.html", "chrome_style": true }, "permissions": [ "storage", "*:\/\/mail.google.com\/mail\/*", "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.office.com\/*" ], "background": { "scripts": [ "src\/background\/index.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/mail\/*", "*:\/\/outlook.live.com\/*", "*:\/\/outlook.office365.com\/*", "*:\/\/outlook.office.com\/*" ], "css": [ "src\/app\/index.css" ], "js": [ "src\/app\/index.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "src\/scripts\/*" ] } |