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文件
下載QBO banking notes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |