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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*", " |