Xero Accounting Auto Reconcile Clicker
Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.
Xero Accounting Auto Reconcile Clicker là gì?
Xero Accounting Auto Reconcile Clicker là một tiện ích mở rộng Chrome được phát triển bởi https://zeroautoclicker.com, và tính năng chính của nó là "Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Xero Accounting Auto Reconcile Clicker
Tải xuống các tệp mở rộng Xero Accounting Auto Reconcile Clicker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Xero Accounting Auto Reconcile Clicker |
ID | gpkabcbkpmgnhbnophinkkbgkkfknjne |
URL Chính Thức | https://chromewebstore.google.com/detail/xero-accounting-auto-reco/gpkabcbkpmgnhbnophinkkbgkkfknjne |
Mô tả | Xero Accounting Auto Clicker. Automate Xero Accounting with this automatic reconciliation robot tool. |
Kích Thước Tệp | 20.95 KB |
Số Lần Cài Đặt | 1,148 |
Phiên Bản Hiện Tại | 1.3.3 |
Cập Nhật Lần Cuối | 2022-09-05 |
Ngày Phát Hành | 2021-07-01 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://zeroautoclicker.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.zeroautoclicker.com |
URL Trang Trợ Giúp | https://www.zeroautoclicker.com/contact |
URL Trang Chính Sách Bảo Mật | https://www.re-pricer.co.uk/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |