Okay Xero

Okay Xero

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

Merlin
Additional files are visible only to premium users

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 <[email protected]>",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "https://go.xero.com/BankRec/BankRec.aspx*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ]
    }
  ]
}