Wealthbox CRM for Chrome
Wealthbox CRM for Financial Advisors
Vad är Wealthbox CRM for Chrome?
Wealthbox CRM for Chrome är en Chrome-tillägg utvecklad av https://app.crmworkspace.com, och dess huvudfunktion är "Wealthbox CRM for Financial Advisors".
Tilläggsskärmbilder
Ladda ner Wealthbox CRM for Chrome-förlängningens CRX-fil
Ladda ner Wealthbox CRM for Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Wealthbox CRM for Chrome |
ID | gfolmcgcpjajpdafphkikldogpjkfnbc |
Officiell webbadress | https://chromewebstore.google.com/detail/wealthbox-crm-for-chrome/gfolmcgcpjajpdafphkikldogpjkfnbc |
Beskrivning | Wealthbox CRM for Financial Advisors |
Filstorlek | 2.72 MB |
Antal Installationer | 1,812 |
Aktuell Version | 1.1.45 |
Senast Uppdaterad | 2024-01-30 |
Publiceringsdatum | 2020-02-10 |
Betyg | 4.30/5 Totalt 10 Betyg |
Utvecklare | https://app.crmworkspace.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.wealthbox.com/privacy-policy |
Stödda Språk | 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\/*" ] } |