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은(는) https://www.account-kit.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send and receive emails from Gmail into AccountKit to centralise client correspondence across your practice in the one place."입니다.

확장 프로그램 스크린샷

screenshot

AccountKit Add-on for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}