QBO banking notes
Allows adding short comments attached to banking transactions in QBO
Τι είναι το QBO banking notes;
Το QBO banking notes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tyto Robotics Inc., και η κύρια λειτουργία του είναι "Allows adding short comments attached to banking transactions in QBO".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QBO banking notes
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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" ] } ] } |