MeraBill - GST Invoice Generator
Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute
Cos'è MeraBill - GST Invoice Generator?
MeraBill - GST Invoice Generator è un'estensione di Chrome sviluppata da http://www.gstoncloud.com, e la sua funzione principale è "Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MeraBill - GST Invoice Generator
Scarica i file di estensione MeraBill - GST Invoice Generator 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
Generate GST ( Goods & Service Tax India ) Invoices in 3 easy steps. 1) Add your Customers details 2) Generate Invoices 3) Print/PDF of Invoices, send hard copy or send through email Create CSV files (B2B and B2Cs) for GSTR-1/IFF Return and File your GST RETURN in few minutes. You can customized your Invoices by your company logo, Terms and Conditions, Bank Details, Header, Footer etc. You can take backup of your customers/suppliers list( CSV file) and also you can use same data for other applications
Informazioni di Base sull'Estensione
Nome | |
ID | belbfmfoedajohcdikdoidhebhfofgdn |
URL Ufficiale | https://chrome.google.com/webstore/detail/merabill-gst-invoice-gene/belbfmfoedajohcdikdoidhebhfofgdn |
Descrizione | Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute |
Dimensione del File | 57.33 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-08-12 |
Data di Pubblicazione | 2021-08-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://www.gstoncloud.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.gstoncloud.com/ |
URL della Pagina di Aiuto | http://www.gstoncloud.com/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Generate GST Invoices, Maintain Customers Data and File GSTR-1\/IFF in a minute", "manifest_version": 3, "name": "MeraBill - GST Invoice Generator", "version": "1.0", "homepage_url": "http:\/\/www.gstoncloud.com", "icons": { "48": "icons\/m48.png" }, "permissions": [ "unlimitedStorage", "tabs" ], "action": { "default_icon": "icons\/m32.png", "theme_icons": [ { "light": "icons\/m32.png", "dark": "icons\/m32.png", "size": 32 } ], "default_title": "GST Invoice Generator" }, "background": { "service_worker": "background.js" }, "offline_enabled": true } |