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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.gstoncloud.com และคุณลักษณะหลักของมันคือ "Generate GST Invoices, Maintain Customers Data and File GSTR-1/IFF in a minute"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MeraBill - GST Invoice Generator

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MeraBill - GST Invoice Generator MeraBill - GST Invoice Generator
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
อีเมล [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
}