Xero Accounting Auto Reconcile Clicker

Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.

What is Xero Accounting Auto Reconcile Clicker?

Xero Accounting Auto Reconcile Clicker is a Chrome extension developed by https://zeroautoclicker.com, and its main feature is "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Xero Accounting Auto Reconcile Clicker Extension CRX File

Download Xero Accounting Auto Reconcile Clicker 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

                        Automate your Xero Accounting with this easy to use auto clicker.

Currently it allows for easy reconciliation for items that match the pre-set rules you have created within Xero. 

This means you do not have to click OK for each transaction, saving you lots of time! 

You can control the speed of which the tool confirms the transactions, meaning you can check them if you want, or simply blast through them!

It makes Xero Accounting Automation very easy and fast.

How it works: 

1) Install extension
2) Head to Xero
3) Open extension and select your automation speed
4) Click start and watch the transactions confirm automatically                    

Extension Basic Information

Name Xero Accounting Auto Reconcile Clicker Xero Accounting Auto Reconcile Clicker
ID gpkabcbkpmgnhbnophinkkbgkkfknjne
Official URL https://chromewebstore.google.com/detail/xero-accounting-auto-reco/gpkabcbkpmgnhbnophinkkbgkkfknjne
Description Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.
File Size 20.95 KB
Installation Count 1,148
Current Version 1.3.3
Last Updated 2022-09-05
Publish Date 2021-07-01
Rating 3.00/5 Total 2 Ratings
Developer https://zeroautoclicker.com
Email [email protected]
Payment Type free
Extension Website https://www.zeroautoclicker.com
Help Page URL https://www.zeroautoclicker.com/contact
Privacy Policy Page URL https://www.re-pricer.co.uk/privacy-policy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xero Accounting Auto Reconcile Clicker",
    "description": "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.",
    "version": "1.3.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Xero Accounting Auto Clicker",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32.png",
        "256": "icon-large.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/go.xero.com\/BankRec\/BankRec.aspx?accountID=*"
            ],
            "run_at": "document_start",
            "css": [
                "run.css"
            ],
            "js": [
                "popup.js",
                "run.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "run.js"
            ],
            "matches": [
                "https:\/\/go.xero.com\/*"
            ]
        }
    ]
}