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คืออะไร?
UI Power Tools for QuickBooks Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Simon C และคุณลักษณะหลักของมันคือ "This extension exposes QuickBooks Online transaction IDs in the user interface, and enables searching by Transaction ID"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UI Power Tools for QuickBooks Online
ดาวน์โหลดไฟล์ส่วนขยาย UI Power Tools for QuickBooks Online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | celcppacmcfaifaioplbfkifmainnpgb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ui-power-tools-for-quickb/celcppacmcfaifaioplbfkifmainnpgb |
คำอธิบาย | This extension exposes QuickBooks Online transaction IDs in the user interface, and enables searching by Transaction ID |
ขนาดไฟล์ | 17.43 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-03-17 |
วันที่เผยแพร่ | 2018-03-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Simon C |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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:\/\/*\/*", " |