QBO banking notes

Allows adding short comments attached to banking transactions in QBO

QBO banking notes क्या है?

QBO banking notes Tyto Robotics Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows adding short comments attached to banking transactions in QBO"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QBO banking notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            ]
        }
    ]
}