Xero Reconcile Robot
Automates Xero payments reconciliation
Τι είναι το Xero Reconcile Robot;
Το Xero Reconcile Robot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.yodeck.com, και η κύρια λειτουργία του είναι "Automates Xero payments reconciliation".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Xero Reconcile Robot
Λήψη αρχείων επέκτασης Xero Reconcile Robot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Xero Reconcile Robot automates the time-consuming process of reconciling Xero payments. It checks matches suggested by Xero and clicks the OK button for you for those that match perfectly. Simply press the Start button when you are on the Bank reconciliation page of your Xero account. The Xero Reconcile Robot will click those pesky "OK" buttons ONLY AND ONLY IF it confirms one of the two following cases: 1) the suggested match has a reference code that perfectly matches on both sides 2) Xero suggested to create a new transaction based on a matching Bank Rule The Xero Reconcile Robot was create to be used along with Stripe and Stripe Direct Feeds in Xero, to create a perfect accounting integration for businesses using Stripe or any automated payment processor. This way, you can automatically handle thousands of transactions each day and have your books in perfect shape. More information on Stripe Direct Feeds in Xero can be found on this page: https://central.xero.com/s/article/Stripe-direct-feeds If you need help using the Robot or you have any suggestions, please reach out, or read the post from our blog (click on "Support" link above or visit this page: https://www.yodeck.com/news/integrating-xero-and-stripe-with-our-saas ). Made with love by yodeck.com -- the top Digital Signage platform Note: You will need to refresh any already opened Xero reconciliation page after you have installed the extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Xero Reconcile Robot |
ID | omchihoemeblabnbpbamimnopopfllfi |
Επίσημο URL | https://chromewebstore.google.com/detail/xero-reconcile-robot/omchihoemeblabnbpbamimnopopfllfi |
Περιγραφή | Automates Xero payments reconciliation |
Μέγεθος Αρχείου | 16.43 KB |
Αριθμός Εγκαταστάσεων | 534 |
Τρέχουσα Έκδοση | 0.114 |
Τελευταία Ενημέρωση | 2022-10-27 |
Ημερομηνία Δημοσίευσης | 2020-04-07 |
Αξιολόγηση | 5.00/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://www.yodeck.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.yodeck.com/news/integrating-xero-and-stripe-with-our-saas/?utm_source=chrome.google.com&utm_medium=Chrome%20Web%20Store&utm_campaign=Xero%20Reconcile%20Robot%20chrome%20extension |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.yodeck.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Xero Reconcile Robot", "description": "Automates Xero payments reconciliation", "version": "0.114", "content_scripts": [ { "matches": [ "https:\/\/go.xero.com\/BankRec\/BankRec.aspx?accountID=*" ], "js": [ "contentScript.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Xero Reconcile Robot" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |