Xero Accounting Auto Reconcile Clicker
Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.
Τι είναι το Xero Accounting Auto Reconcile Clicker;
Το Xero Accounting Auto Reconcile Clicker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://zeroautoclicker.com, και η κύρια λειτουργία του είναι "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Xero Accounting Auto Reconcile Clicker
Λήψη αρχείων επέκτασης Xero Accounting Auto Reconcile Clicker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Xero Accounting Auto Reconcile Clicker |
ID | gpkabcbkpmgnhbnophinkkbgkkfknjne |
Επίσημο URL | https://chromewebstore.google.com/detail/xero-accounting-auto-reco/gpkabcbkpmgnhbnophinkkbgkkfknjne |
Περιγραφή | Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool. |
Μέγεθος Αρχείου | 20.95 KB |
Αριθμός Εγκαταστάσεων | 1,148 |
Τρέχουσα Έκδοση | 1.3.3 |
Τελευταία Ενημέρωση | 2022-09-05 |
Ημερομηνία Δημοσίευσης | 2021-07-01 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://zeroautoclicker.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.zeroautoclicker.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.zeroautoclicker.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.re-pricer.co.uk/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } ] } |