Go to Customer Button for QuickBooks Online
This extension adds a button to the invoice screen
Co je Go to Customer Button for QuickBooks Online?
Go to Customer Button for QuickBooks Online je rozšíření Chrome vyvinuté Simon C, a jeho hlavní funkcí je „This extension adds a button to the invoice screen“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Go to Customer Button for QuickBooks Online
Stáhněte si soubory rozšíření Go to Customer Button for QuickBooks Online ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice.
Základní Informace o Rozšíření
Název | Go to Customer Button for QuickBooks Online |
ID | oihjnaipmkladihjdmlladafdidmclpg |
Oficiální URL | https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg |
Popis | This extension adds a button to the invoice screen |
Velikost souboru | 74.59 KB |
Počet instalací | 37 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2018-11-21 |
Datum Vydání | 2018-11-21 |
Vývojář | Simon C |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |