AccountKit Add-on for Gmail

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

Τι είναι το AccountKit Add-on for Gmail;

Το AccountKit Add-on for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.account-kit.com, και η κύρια λειτουργία του είναι "Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης AccountKit Add-on for Gmail

Λήψη αρχείων επέκτασης AccountKit Add-on for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AccountKit Add-on for Gmail AccountKit Add-on for Gmail
ID jhffhobpffggecmjkkbkkbkfgpljfmao
Επίσημο URL https://chromewebstore.google.com/detail/accountkit-add-on-for-gma/jhffhobpffggecmjkkbkkbkfgpljfmao
Περιγραφή Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.
Μέγεθος Αρχείου 285 KB
Αριθμός Εγκαταστάσεων 56
Τρέχουσα Έκδοση 2.0.0.3
Τελευταία Ενημέρωση 2022-11-13
Ημερομηνία Δημοσίευσης 2019-07-28
Προγραμματιστής https://www.account-kit.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.account-kit.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://accountkit.zendesk.com/hc/en-us
URL της Σελίδας Πολιτικής Απορρήτου https://www.account-kit.com/privacy
Υποστηριζόμενες Γλώσσες 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"
    ]
}