Go to Customer Button for QuickBooks Online
This extension adds a button to the invoice screen
Cos'è Go to Customer Button for QuickBooks Online?
Go to Customer Button for QuickBooks Online è un'estensione di Chrome sviluppata da Simon C, e la sua funzione principale è "This extension adds a button to the invoice screen".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go to Customer Button for QuickBooks Online
Scarica i file di estensione Go to Customer Button for QuickBooks Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice.
Informazioni di Base sull'Estensione
Nome | Go to Customer Button for QuickBooks Online |
ID | oihjnaipmkladihjdmlladafdidmclpg |
URL Ufficiale | https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg |
Descrizione | This extension adds a button to the invoice screen |
Dimensione del File | 74.59 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2018-11-21 |
Data di Pubblicazione | 2018-11-21 |
Sviluppatore | Simon C |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |