QBO banking notes
Allows adding short comments attached to banking transactions in QBO
QBO banking notes란 무엇입니까?
QBO banking notes은(는) Tyto Robotics Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows adding short comments attached to banking transactions in QBO"입니다.
확장 프로그램 스크린샷
QBO banking notes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
UPDATE 2020-08-25: since a recent QBO update, this plugin does not work anymore. The row ids were removed and the plugin can no longer work. To help our internal bookkeeping workflow, we created this app which has the simple task of allowing the addition of comments on transactions shown in: https://c15.qbo.intuit.com/app/banking You can use this extension to allow more efficient communication between the bookkeeper and the purchaser in the company. You need to agree with your coworkers on a password, and enter it the first time the extension runs. The extension should automatically recognize the correct web page. Important: this App is third-party and is not affiliated with Intuit or Quickbooks. Do not write personal information or sensitive details in those notes. The developers of this app do not have access to the data entered, as it is hosted by a third-party database service, unrelated to Tyto Robotics: https://keyvalue.immanuel.co
확장 프로그램 기본 정보
이름 | QBO banking notes |
ID | akmmpppliolaeeidjpnkekickipfcmbl |
공식 URL | https://chromewebstore.google.com/detail/qbo-banking-notes/akmmpppliolaeeidjpnkekickipfcmbl |
설명 | Allows adding short comments attached to banking transactions in QBO |
파일 크기 | 40.83 KB |
설치 횟수 | 54 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-08-26 |
출시 날짜 | 2019-11-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Tyto Robotics Inc. |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QBO banking notes", "version": "1.0.1", "description": "Allows adding short comments attached to banking transactions in QBO", "background": { "page": "background.html" }, "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "name": "Manipulate DOM", "icons": [ "icon.png" ], "default_icon": "icon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js", "background.js" ], "matches": [ "https:\/\/*.qbo.intuit.com\/*" ], "css": [ "background.css" ] } ] } |