Wealthbox CRM for Chrome

Wealthbox CRM for Financial Advisors

Was ist Wealthbox CRM for Chrome?

Wealthbox CRM for Chrome ist eine Chrome-Erweiterung, die von https://app.crmworkspace.com entwickelt wurde, und ihr Hauptmerkmal ist "Wealthbox CRM for Financial Advisors".

Erweiterungsscreenshots

screenshot
screenshot

Wealthbox CRM for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wealthbox CRM for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wealthbox CRM for Chrome Wealthbox CRM for Chrome
ID gfolmcgcpjajpdafphkikldogpjkfnbc
Offizielle URL https://chromewebstore.google.com/detail/wealthbox-crm-for-chrome/gfolmcgcpjajpdafphkikldogpjkfnbc
Beschreibung Wealthbox CRM for Financial Advisors
Dateigröße 2.72 MB
Installationsanzahl 1,812
Aktuelle Version 1.1.45
Letztes Update 2024-01-30
Veröffentlichungsdatum 2020-02-10
Bewertung 4.30/5 Insgesamt 10 Bewertungen
Entwickler https://app.crmworkspace.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.wealthbox.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}