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はSimon Cによって開発されたChromeの拡張機能で、その主な機能は「This extension exposes QuickBooks Online transaction IDs in the user interface, and enables searching by Transaction ID」です。
拡張機能のスクリーンショット
UI Power Tools for QuickBooks Online拡張機能のCRXファイルをダウンロード
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:\/\/*\/*", " |