GST Invoice Builder
An Online Invoice Utility To Help you Build GST Based Invoices In Seconds. Visit www.Exfi.in For Complete GST Software
Cos'è GST Invoice Builder?
GST Invoice Builder è un'estensione di Chrome sviluppata da https://www.exfi.in, e la sua funzione principale è "An Online Invoice Utility To Help you Build GST Based Invoices In Seconds. Visit www.Exfi.in For Complete GST Software".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GST Invoice Builder
Scarica i file di estensione GST Invoice Builder 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 is a free simple utility to help you build GST invoices . Many business owners look for a perfect invoice layout and sometimes ends up paying for a simple invoice software , this is where this simple tools comes in . If you need more elaborate Inventory + Invoicing + Reports + GSTR1 and GSTR3B then download our free trial , windows software from www.exfi.in.
Informazioni di Base sull'Estensione
Nome | GST Invoice Builder |
ID | nifgnnmonogafiajfegcmeafngocfpcp |
URL Ufficiale | https://chromewebstore.google.com/detail/gst-invoice-builder/nifgnnmonogafiajfegcmeafngocfpcp |
Descrizione | An Online Invoice Utility To Help you Build GST Based Invoices In Seconds. Visit www.Exfi.in For Complete GST Software |
Dimensione del File | 14.56 KB |
Conteggio Installazioni | 179 |
Versione Corrente | 5.0 |
Ultimo Aggiornamento | 2018-04-30 |
Data di Pubblicazione | 2018-04-30 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | https://www.exfi.in |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.exfi.in |
URL della Pagina di Aiuto | https://www.exfi.in |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GST Invoice Builder", "description": "An Online Invoice Utility To Help you Build GST Based Invoices In Seconds. Visit www.Exfi.in For Complete GST Software", "version": "5.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "title": "Goto Exfi.in" } } |