MeraBill - GST Invoice Generator
Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute
Was ist MeraBill - GST Invoice Generator?
MeraBill - GST Invoice Generator ist eine Chrome-Erweiterung, die von http://www.gstoncloud.com entwickelt wurde, und ihr Hauptmerkmal ist "Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute".
Erweiterungsscreenshots
MeraBill - GST Invoice Generator-Erweiterungs-CRX-Datei herunterladen
Laden Sie MeraBill - GST Invoice Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | belbfmfoedajohcdikdoidhebhfofgdn |
Offizielle URL | https://chrome.google.com/webstore/detail/merabill-gst-invoice-gene/belbfmfoedajohcdikdoidhebhfofgdn |
Beschreibung | Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute |
Dateigröße | 57.33 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-12 |
Veröffentlichungsdatum | 2021-08-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://www.gstoncloud.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.gstoncloud.com/ |
Hilfeseite URL | http://www.gstoncloud.com/ |
Unterstützte Sprachen | 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 } |