MeraBill - GST Invoice Generator
Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute
MeraBill - GST Invoice Generatorとは何ですか?
MeraBill - GST Invoice Generatorはhttp://www.gstoncloud.comによって開発されたChromeの拡張機能で、その主な機能は「Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute」です。
拡張機能のスクリーンショット
MeraBill - GST Invoice Generator拡張機能のCRXファイルをダウンロード
MeraBill - GST Invoice Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | belbfmfoedajohcdikdoidhebhfofgdn |
公式URL | https://chrome.google.com/webstore/detail/merabill-gst-invoice-gene/belbfmfoedajohcdikdoidhebhfofgdn |
説明 | Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute |
ファイルサイズ | 57.33 KB |
インストール数 | 36 |
現在のバージョン | 1.0 |
最終更新日 | 2021-08-12 |
公開日 | 2021-08-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://www.gstoncloud.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.gstoncloud.com/ |
ヘルプページのURL | http://www.gstoncloud.com/ |
対応言語 | 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 } |