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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |