Go to Customer Button for QuickBooks Online
This extension adds a button to the invoice screen
Co to jest Go to Customer Button for QuickBooks Online?
Go to Customer Button for QuickBooks Online to rozszerzenie Chrome opracowane przez Simon C, a jego główną funkcją jest „This extension adds a button to the invoice screen”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Go to Customer Button for QuickBooks Online
Pobierz pliki rozszerzeń Go to Customer Button for QuickBooks Online w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds a button to the invoice screen, allowing users to quickly visit the customer account for the customer associated with the invoice.
Podstawowe informacje o rozszerzeniu
Nazwa | Go to Customer Button for QuickBooks Online |
ID | oihjnaipmkladihjdmlladafdidmclpg |
Oficjalny URL | https://chromewebstore.google.com/detail/go-to-customer-button-for/oihjnaipmkladihjdmlladafdidmclpg |
Opis | This extension adds a button to the invoice screen |
Rozmiar pliku | 74.59 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-11-21 |
Data Publikacji | 2018-11-21 |
Deweloper | Simon C |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |