AccountKit Add-on for Gmail
Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.
Qu'est-ce que AccountKit Add-on for Gmail ?
AccountKit Add-on for Gmail est une extension Chrome développée par https://www.account-kit.com, et sa fonction principale est "Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AccountKit Add-on for Gmail
Téléchargez les fichiers d'extension AccountKit Add-on for Gmail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AccountKit Add-on for Gmail |
ID | jhffhobpffggecmjkkbkkbkfgpljfmao |
URL Officiel | 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. |
Taille du Fichier | 285 KB |
Nombre d'Installations | 56 |
Version Actuelle | 2.0.0.3 |
Dernière Mise à Jour | 2022-11-13 |
Date de Publication | 2019-07-28 |
Développeur | https://www.account-kit.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.account-kit.com/ |
URL de la Page d'Aide | https://accountkit.zendesk.com/hc/en-us |
URL de la Page de Politique de Confidentialité | https://www.account-kit.com/privacy |
Langues Prises en Charge | 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" ] } |