Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Xero Accounting Reconciliation Automation", "description": "Xero Accounting Reconciliation Automation. Automate Xero Accounting with this automatic reconciliation robot tool.", "version": "1.3.5", "manifest_version": 2, "browser_action": { "default_title": "Xero Accounting Reconciliation Automation", "default_popup": "popup.html" }, "icons": { "16": "icon-16x16.png", "32": "icon-32.png", "256": "icon-large.png" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/go.xero.com\/BankRec\/BankRec.aspx?accountID=*" ], "js": [ "background.js" ] } ] }