AccountKit Add-on for Gmail

Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.

What is AccountKit Add-on for Gmail?

AccountKit Add-on for Gmail is a Chrome extension developed by https://www.account-kit.com, and its main feature is "Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.".

Extension Screenshots

screenshot

Download AccountKit Add-on for Gmail Extension CRX File

Download AccountKit Add-on for Gmail 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 AccountKit Chrome Extension supercharges your email experience with AccountKit helping you centralise your client correspondence across your practice in the one place and giving you flexibility as to how you like to operate.

Here's the functionality available to AccountKit users.
* Send emails from AccountKit utilising your own Gmail account
* Push emails received from clients from Gmail into the correspondence register.
* Send emails from G-mail utilising clients, contacts and templates from within AccountKit. 

Where you have a DMS system attached (like Google Drive, Sharepoint, Dropbox etc), you can attach and save attachments from within Gmail or AccountKit.

Why send emails to AccountKit?
By saving into AccountKit's Correspondence Register, you're making the client contact that would otherwise be buried and hidden in a team members emails out into a central public space.
Once in AccountKit, the whole team can then view the email and attachments across an entire family group on the client group summary page, giving you one view of all correspondence in the one place, whether it be email, meeting notes, file notes or SMS.

How the add-on works?
- Start by having the practice administrator authorise the integration within Practice Settings -> Integrations.
- Each user then needs to then authorise Google access to their AccountKit account from the "My Profile"  page.
- Head into the Chrome Extensions store and enable the extension.
- Log in to your Gmail where you'll now find an AccountKit logo within each email header.
- Log in to AccountKit from within Gmail.
- You will then be able to select a client name (and file location where enabled) and that's it - the email will now appear within AccountKit's correspondence register.
- When you create a new email, you have the option to choose a contact, email address, client to attribute the email to, any attachments + the ability to insert one of the text templates from within AccountKit.  Optionally you can also attribute this to the Correspondence Register upon send too.

About AccountKit:
AccountKit is a suite of tools to assist accountants and bookkeepers with the administration, compliance and advisory areas of their practice.

Equipment finance automates the posting and reconciling of your equipment loans, while the inter-entity loan tool enables you to reconcile loans between entities on the one screen without having to login to the underlying Xero file. Our client group page then consolidates a view across all tools including: Dashboards from BGL and NowInfinity; a snapshot of all inter-entity loans, business structure diagrams, equipment finance schedules and associated communication, mail and important documents; All to give your team total visibility in one place about each client group with minimal clicks.                    

Extension Basic Information

Name AccountKit Add-on for Gmail AccountKit Add-on for Gmail
ID jhffhobpffggecmjkkbkkbkfgpljfmao
Official URL https://chromewebstore.google.com/detail/accountkit-add-on-for-gma/jhffhobpffggecmjkkbkkbkfgpljfmao
Description Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.
File Size 285 KB
Installation Count 56
Current Version 2.0.0.3
Last Updated 2022-11-13
Publish Date 2019-07-28
Developer https://www.account-kit.com
Email [email protected]
Payment Type free
Extension Website https://www.account-kit.com/
Help Page URL https://accountkit.zendesk.com/hc/en-us
Privacy Policy Page URL https://www.account-kit.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Keerthi Vardhan S",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/"
            ],
            "js": [
                "inboxsdk.js",
                "AkButton.js",
                "frame.js",
                "myApp.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.google.com\/*",
            "https:\/\/my.account-kit.com\/",
            "https:\/\/public.dm.files.1drv.com\/"
        ]
    },
    "content_security_policy": "frame-src https:\/\/dev.account-kit.com\/ https:\/\/my.account-kit.com\/ 'self';script-src 'self' https:\/\/dev.account-kit.com\/* https:\/\/my.account-kit.com\/* https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self' https:\/\/dev.account-kit.com\/* https:\/\/my.account-kit.com\/*; frame-ancestors 'self' https:\/\/mail.google.com\/",
    "description": "Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.",
    "icons": {
        "16": "images\/AKICONGREENCYAN_50.png",
        "128": "images\/AKICONGREENCYAN_50.png"
    },
    "manifest_version": 2,
    "name": "AccountKit Add-on for Gmail",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "version": "2.0.0.3",
    "web_accessible_resources": [
        "frame.html",
        "images\/AKICONGREENCYAN_50.png",
        "html\/*",
        "css\/*",
        "images\/*",
        "AccountKit\/*",
        "RichWidgets\/*",
        "resources\/*",
        "Emails\/*",
        "Emails\/Office365.aspx?type=gmail"
    ]
}