Wealthbox CRM for Chrome
Wealthbox CRM for Financial Advisors
Hvad er Wealthbox CRM for Chrome?
Wealthbox CRM for Chrome er en Chrome-udvidelse udviklet af https://app.crmworkspace.com, og dens hovedfunktion er "Wealthbox CRM for Financial Advisors".
Udvidelsesskærmbilleder
Download Wealthbox CRM for Chrome-udvidelses-CRX-fil
Download Wealthbox CRM for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Wealthbox CRM for Chrome |
ID | gfolmcgcpjajpdafphkikldogpjkfnbc |
Officiel URL | https://chromewebstore.google.com/detail/wealthbox-crm-for-chrome/gfolmcgcpjajpdafphkikldogpjkfnbc |
Beskrivelse | Wealthbox CRM for Financial Advisors |
Filstørrelse | 2.72 MB |
Antal Installationer | 1,812 |
Nuværende Version | 1.1.45 |
Senest Opdateret | 2024-01-30 |
Udgivelsesdato | 2020-02-10 |
Bedømmelse | 4.30/5 Samlet 10 Bedømmelser |
Udvikler | https://app.crmworkspace.com |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.wealthbox.com/privacy-policy |
Understøttede Sprog | 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\/*" ] } |