Okay Xero

The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.

What is Okay Xero?

Okay Xero is a Chrome extension developed by schmoove, and its main feature is "The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.".

Extension Screenshots

screenshot

Download Okay Xero Extension CRX File

Download Okay Xero 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

                        Xero is awesome. But it'd be way better if you could reconcile all of your bank account transactions without reaching for your mouse, right?

Now you can.

Tab through fields, select your contact/account, hit Ctrl/Cmd-Enter. Done.

For everyone who has been hoping that Xero would add this feature for nearly four years now:

https://community.xero.com/business/discussion/67827600                    

Extension Basic Information

Name Okay Xero Okay Xero
ID kgnhcajopcajjgiclnknhkbopcjmhljo
Official URL https://chromewebstore.google.com/detail/okay-xero/kgnhcajopcajjgiclnknhkbopcjmhljo
Description The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl/Cmd-Enter. Done.
File Size 32.65 KB
Installation Count 73
Current Version 0.1
Last Updated 2021-03-14
Publish Date 2021-03-10
Rating 3.67/5 Total 3 Ratings
Developer schmoove
Email [email protected]
Payment Type free
Extension Website https://github.com/schmoove/okay-xero
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Okay Xero",
    "description": "The missing shortcut key for reconciling bank accounts in Xero. Select your contact and account, hit Ctrl\/Cmd-Enter. Done.",
    "author": "Ryan Marshall ",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.xero.com\/BankRec\/BankRec.aspx*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}