Go to Customer Button for QuickBooks Online

This extension adds a button to the invoice screen

Τι είναι το Go to Customer Button for QuickBooks Online;

Το Go to Customer Button for QuickBooks Online είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Simon C, και η κύρια λειτουργία του είναι "This extension adds a button to the invoice screen".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Go to Customer Button for QuickBooks Online

Λήψη αρχείων επέκτασης Go to Customer Button for QuickBooks Online σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Go to Customer Button for QuickBooks Online Go to Customer Button for QuickBooks Online
ID oihjnaipmkladihjdmlladafdidmclpg
Επίσημο URL https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg
Περιγραφή This extension adds a button to the invoice screen
Μέγεθος Αρχείου 74.59 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2018-11-21
Ημερομηνία Δημοσίευσης 2018-11-21
Προγραμματιστής Simon C
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go to Customer Button for QuickBooks Online",
    "description": "This extension adds a button to the invoice screen",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.qbo.intuit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*.qbo.intuit.com\/*",
        "https:\/\/*.qbo.intuit.com\/*"
    ]
}