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 |
官方網址 | 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 |
電子郵箱 | [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 } |