Go to Customer Button for QuickBooks Online
This extension adds a button to the invoice screen
Wat is Go to Customer Button for QuickBooks Online?
Go to Customer Button for QuickBooks Online is een Chrome-extensie ontwikkeld door Simon C, en de belangrijkste functie is "This extension adds a button to the invoice screen".
Extensie Screenshots
Download het CRX-bestand van de extensie Go to Customer Button for QuickBooks Online
Download Go to Customer Button for QuickBooks Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice. Basisinformatie over de Extensie
| Naam | |
| ID | oihjnaipmkladihjdmlladafdidmclpg |
| Officiële URL | https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg |
| Beschrijving | This extension adds a button to the invoice screen |
| Bestandsgrootte | 74.59 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2018-11-21 |
| Publicatiedatum | 2018-11-21 |
| Ontwikkelaar | Simon C |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |