Wealthbox CRM for Chrome

Wealthbox CRM for Financial Advisors

What is Wealthbox CRM for Chrome?

Wealthbox CRM for Chrome is a Chrome extension developed by https://app.crmworkspace.com, and its main feature is "Wealthbox CRM for Financial Advisors".

Extension Screenshots

screenshot
screenshot

Download Wealthbox CRM for Chrome Extension CRX File

Download Wealthbox CRM for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wealthbox CRM for Chrome Wealthbox CRM for Chrome
ID gfolmcgcpjajpdafphkikldogpjkfnbc
Official URL https://chromewebstore.google.com/detail/wealthbox-crm-for-chrome/gfolmcgcpjajpdafphkikldogpjkfnbc
Description Wealthbox CRM for Financial Advisors
File Size 2.72 MB
Installation Count 1,812
Current Version 1.1.45
Last Updated 2024-01-30
Publish Date 2020-02-10
Rating 4.30/5 Total 10 Ratings
Developer https://app.crmworkspace.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.wealthbox.com/privacy-policy
Supported Languages 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\/*"
    ]
}