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 https://zeroautoclicker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Xero Accounting Auto Reconcile Clicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |