UI Power Tools for QuickBooks Online
This extension exposes QuickBooks Online transaction IDs in the user interface, and enables searching by Transaction ID
UI Power Tools for QuickBooks Online là gì?
UI Power Tools for QuickBooks Online là một tiện ích mở rộng Chrome được phát triển bởi Simon C, và tính năng chính của nó là "This extension exposes QuickBooks Online transaction IDs in the user interface, and enables searching by Transaction ID".
Ả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 UI Power Tools for QuickBooks Online
Tải xuống các tệp mở rộng UI Power Tools for QuickBooks Online 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
UI Power Tools for QuickBooks Online adds the following additional functionality to the Quickbooks Online user interface: - Exposing the Transaction ID of transactions on the Sales and Expenses screen - Providing a "Goto" function for Transaction ID - Quick navigation via the extension button (no need to wait for the Sales screen to load to get to the Customers screen) Under the hood QuickBooks Online uses a transaction ID field to uniquely identify each transaction. This field is very useful when using the QuickBooks Online API to interface QBO to other systems. However, when checking up on transactions that have been interfaced, it would be useful to be able to see and search by the Transaction ID in QuickBooks Online, hence why this tool was developed. This tool won 3rd prize at the smallbizhacklondon 2018 organised by Intuit (the makers of Quickbooks Online). Any suggestions for improvements and further functionality are welcome in the reviews.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | celcppacmcfaifaioplbfkifmainnpgb |
URL Chính Thức | https://chrome.google.com/webstore/detail/ui-power-tools-for-quickb/celcppacmcfaifaioplbfkifmainnpgb |
Mô tả | This extension exposes QuickBooks Online transaction IDs in the user interface, and enables searching by Transaction ID |
Kích Thước Tệp | 17.43 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-03-17 |
Ngày Phát Hành | 2018-03-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Simon C |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UI Power Tools for QuickBooks Online", "description": "This extension exposes QuickBooks Online transaction IDs in the user interface, and enables searching by Transaction ID", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.qbo.intuit.com\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", " |