Xero Accounting Auto Reconcile Clicker

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

Was ist Xero Accounting Auto Reconcile Clicker?

Xero Accounting Auto Reconcile Clicker ist eine Chrome-Erweiterung, die von https://zeroautoclicker.com entwickelt wurde, und ihr Hauptmerkmal ist "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Xero Accounting Auto Reconcile Clicker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Xero Accounting Auto Reconcile Clicker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Xero Accounting Auto Reconcile Clicker Xero Accounting Auto Reconcile Clicker
ID gpkabcbkpmgnhbnophinkkbgkkfknjne
Offizielle URL https://chromewebstore.google.com/detail/xero-accounting-auto-reco/gpkabcbkpmgnhbnophinkkbgkkfknjne
Beschreibung Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.
Dateigröße 20.95 KB
Installationsanzahl 1,148
Aktuelle Version 1.3.3
Letztes Update 2022-09-05
Veröffentlichungsdatum 2021-07-01
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://zeroautoclicker.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.zeroautoclicker.com
Hilfeseite URL https://www.zeroautoclicker.com/contact
URL der Datenschutzrichtlinien-Seite https://www.re-pricer.co.uk/privacy-policy
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}